Deactivate a Location

The steps to deactivate a location depend on whether you are a trusted or non-trusted partner, but the outcome of deactivating is always the same. Deactivating a location:

  • Deletes the associated SFTP sub-directory where the location's Starter Export files are stored
  • Removes the ability for you to use the DDS with this location
  • Deactivates the associated API user
  • Deletes the associated SFTP sub-directory (and its contents), so you will no longer have access to that location's files in the SFTP.

Trusted Partners: Deactivating a Location

To deactivate a location:

  • Send a DELETE request to the route below, including the tenantId and locationId of the location you want to deactivate.
  • Remember to include the bearer JSON Web Token in the header.

Note for multi-locations: You will be billed according to your number of active locations. To avoid being billed for churn (locations who you are no longer doing business with), it is important that you use this endpoint to deactivate those locations.

Endpoint

DELETE  {{MarketplaceURL}}/apps/partner/entitlements/{{tenantId}}/{{locationId}}

Example call

In this example, we are providing you with the Test Bed Marketplace URL ((https://d18devmarketplace.meevodev.com). When your app or solution goes live, you will use the Production Marketplace URL.

DELETE  https://d18devmarketplace.meevodev.com/apps/partner/entitlements/1/3

Example response    

This message indicates the deactivation was successful.

{
    "isSuccess"
true,

    "message"
"Entitlement De-activated"

}

Non-Trusted Partners: Deactivating a Location

To deactivate a location, email your request to MeevoAPI@millenniumsi.com.

Note for multi-locations: You will be billed according to your number of active locations. To avoid being billed for churn (locations who you are no longer doing business with), it is important that you email us to deactivate those locations.