Delete a taxjar account
How to delete an existing taxjar account via API
To delete a taxjar account, send a DELETE
request to the /api/taxjar_accounts/:id
endpoint, where id
is the id of the taxjar account that you want to delete.
Request
DELETE https://yourdomain.commercelayer.io/api/taxjar_accounts/:id
Example
The following request tries to delete the taxjar account identified by the ID "xYZkjABcde":
Last updated