W3builders
AOP API

AOP API/Payments

Delete Payment

DELETE/finance/payments/{id}
JWT bearer

Remove a payment and recompute the parent document's totals.

Endpoint

DELETEhttps://api.w3builders.com/v1/finance/payments/{id}
  • Does not reverse the journal entry that was posted — there is no compensating entry for this action, unlike expenses/journals.

Response parameters

FieldType
successvalue
Delete Payment
curl -X DELETE https://api.w3builders.com/v1/finance/payments/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?