Delete a tax category
How to delete an existing tax category via API
Request
Example
curl -g -X DELETE \
'https://yourdomain.commercelayer.io/api/tax_categories/XAyRWNUzyN' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Last updated