DELETE
/
api
/
v0
/
taxes
Tax ID required for deletion
curl --request DELETE \
  --url https://api.devdraft.ai/api/v0/taxes \
  --header 'x-client-secret: <api-key>'
{
  "message": "Tax ID is required in the URL path. Use DELETE /api/v0/taxes/{id} to delete a specific tax.",
  "error": "Bad Request",
  "statusCode": 400
}

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Response

400 - application/json

Bad Request - Tax ID is required in the URL path

The response is of type object.