Eliminar cuenta por pagar
DELETE/payables/:id
Hard-deletes the payable. Requires scope finance.payables.write. Dissolves any reconciliation the payable is part of and removes the auto-created payment transaction (manually-linked transactions are preserved). Calling DELETE twice on the same id returns 204 then 404 (Stripe-style). Deletes a single row — series-aware delete is not yet exposed.
Solicitud
Respuestas
- 204
- 401
- 403
- 404
- 500
Payable deleted. No response body.
Missing / invalid / expired / revoked token.
Token lacks the finance.payables.write scope.
Payable not found within the tenant.
Unhandled server error.