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 TypeAPI Component
Endpointv1/sellers/{seller_code}
MethodsDELETE
API Reference DocumentDelete Seller

where {seller_code} is the ID of the seller you want to delete.

Path Parameter

ParameterDescription
seller_codeSpecify 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.

Did this page help you?