Delete Seller
Use this request to delete a seller's record.
To delete a seller's record, use the following URL and a DELETE method:
{service_uri}/marketplace/v1/sellers/{seller_id}
where:
{service_uri}
is the service's URI.{seller_id}
is the ID of the record that you want to delete.
For example:
$ curl \
-H "x-marketplace-token: ms_{ACCESS_TOKEN}" \
-X DELETE \
https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/sellers/liz.doe.123
Details
API Component Type | API Component |
---|---|
Endpoint | v1/sellers/{seller_code} |
Methods | DELETE |
API Reference Document | Delete Seller |
where {seller_code}
is the ID of the seller you want to delete.
Path Parameter
Parameter | Description |
---|---|
seller_code | Specify the ID of the seller you want to delete. This ID is the one that was returned by the service when the record was created. |
Updated 4 months ago