Skip to main content

Delete a tax kind

DELETE 

/taxes/:id

Deletes a tax. Requires scope finance.taxes.write. Returns 422 (reason: in_use, with the referencing payable/receivable ids) when the tax still has charges — soft-deactivate via PATCH { active: false } instead. Calling DELETE twice returns 204 then 404.

Request

Responses

Tax deleted. No response body.