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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}