Skip to main content

Delete a payable

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.

Request

Responses

Payable deleted. No response body.