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