Delete a receivable
DELETE/receivables/:id
Hard-deletes the receivable. Requires scope finance.receivables.write. Dissolves any reconciliation and removes the auto-created receipt transaction (manually-linked transactions are preserved). Calling DELETE twice returns 204 then 404 (Stripe-style). Single-row — series-aware delete is not yet exposed.
Request
Responses
- 204
- 401
- 403
- 404
- 500
Receivable deleted. No response body.
Missing / invalid / expired / revoked token.
Token lacks the finance.receivables.write scope.
Receivable not found within the tenant.
Unhandled server error.