Saltar al contenido principal

Eliminar impuesto

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.

Solicitud

Respuestas

Tax deleted. No response body.