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

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

credit_memo_id
integer
required

ID of the credit memo

payment_id
integer
required

ID of the payment to delete

Response

204

No response body