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/VERX123Details
| Endpoint | Method |
|---|---|
/marketplace/v1/sellers/{seller_code} | DELETE |
Parameters
| Parameter | Description |
|---|---|
{seller_code} | The unique code assigned to the seller. |
Updated 14 days ago
Did this page help you?
