Pular para o conteúdo principal

Excluir conta a 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.

Requisição

Respostas

Payable deleted. No response body.