Authorization: Bearer ********************
curl --location --request DELETE 'https://api.upbooks.io/api/v1/tax/' \
--header 'ORGANIZATION-ID: 00000'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"name": "string",
"percentage": 0,
"sysgenerated": true,
"slab": 0,
"type": "igst",
"identifier": "string",
"regions": [
"string"
]
},
"message": "string"
}