AOP API/Payments
/finance/payments/{id}Remove a payment and recompute the parent document's totals.
https://api.w3builders.com/v1/finance/payments/{id}| Field | Type |
|---|---|
| success | value |
curl -X DELETE https://api.w3builders.com/v1/finance/payments/123 \-H "Authorization: Bearer $TOKEN"
{"shape": "{ success: true }"}
curl -X DELETE https://api.w3builders.com/v1/finance/payments/123 \-H "Authorization: Bearer $TOKEN"
{"shape": "{ success: true }"}