Delete Tax

Delete a tax configuration from your account. This action cannot be undone.

Endpoint

DELETE /api/taxes/{tax_id}

Path Parameters

ParameterTypeRequiredDescription
tax_idstringYesThe unique identifier for the tax

Response

Returns a success message.
{
  "message": "Tax successfully deleted",
  "tax_id": "tax_123456789"
}