Delete Tax

DELETE {{baseUrl}}/taxes/:tax

This endpoint allows you to delete an existing tax by providing the ID of the tax you want to delete in the tax path parameter.

OAuth Scopes


taxes.read taxes.read_write

RESPONSES

status: OK

{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}