DELETE /sales_tax/{countryCode}/{jurisdictionId}

This call deletes a sales tax table entry for a jurisdiction. Specify the jurisdiction to delete using the countryCode and jurisdictionId path parameters.

Servers

Path parameters

Name Type Required Description
jurisdictionId String Yes

This path parameter specifies the ID of the sales tax jurisdiction whose table entry you want to delete. Retrieve valid jurisdiction IDs using getSalesTaxJurisdictions in the Metadata API.

countryCode String Yes

This path parameter specifies the two-letter ISO 3166 code for the country whose sales tax table entry you want to delete.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.