Delete Seller

Use this request to delete a seller's record.

To delete a seller's record, use the following URL and the DELETE method:

{service_url}/marketplace/v1/sellers/{seller_code}

Here, {service_url} is the URL of the sandbox or production environment, and {seller_code} is the unique code assigned to the seller.

Example:

https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/sellers/VERX123

Details

EndpointMethod
/marketplace/v1/sellers/{seller_code}DELETE

Parameters

ParameterDescription
{seller_code}The unique code assigned to the seller.

Did this page help you?