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.

Scope: taxes.read_write- Taxes Read & Write

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}