Delete Marketplace Settings

Use this request to delete settings for the specified path.

To delete the settings for a specified path, use the following URL and the DELETE method:

{service_url}/marketplace/v1/marketplaces/settings/{effective_date}/{settings_path}

Here, {service_url} is the URL of the sandbox or production environment, {effective_date} is the date when the settings were created, and {settings_path} is where the setting resides.

Example:

https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/marketplaces/settings/1970-01-01/countries.CA

Details

MethodEndpoint
DELETE/marketplace/v1/marketplaces/settings/{effective_date}/{settings_path}

Parameters

ParameterDescription
effective_dateThe date when the settings were created.
settings_pathThe path where the setting resides.

Did this page help you?