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
- 204
- 401
- 403
- 404
- 422
- 500
Tax deleted. No response body.
Missing / invalid / expired / revoked token.
Token lacks the finance.taxes.write scope.
Tax not found within the tenant.
The tax has charges (reason: in_use).
Unhandled server error.