Skip to main content
DELETE
/
coa
/
api
/
v1
/
debit-memo
/
{debit_memo_id}
/
payment
/
{payment_id}
/
void
Delete Debit Memo Used Payment
curl --request DELETE \
  --url https://api.meetcampfire.com/coa/api/v1/debit-memo/{debit_memo_id}/payment/{payment_id}/void \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

debit_memo_id
integer
required

ID of the debit memo

payment_id
integer
required

ID of the payment to delete

Response

204

No response body