Skip to main content
DELETE
/
entities
/
{id}
/
taxes
/
{taxId}
Delete entity tax
curl --request DELETE \
  --url https://api.getenso.ai/entities/{id}/taxes/{taxId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
Not accessible by SystemUser role. Requires Admin.

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

id
string
required

Entity ID

taxId
string
required

Tax ID

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)