curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/debit-memo/{debit_memo_id}/payment/{payment_id}/void \
--header 'Authorization: <api-key>'Remove a debit memo ‘mark used’ payment application.
This recategorizes the transaction back to Uncategorized and deletes the payment record.
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/debit-memo/{debit_memo_id}/payment/{payment_id}/void \
--header 'Authorization: <api-key>'