curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/invoice/{invoice_id}/payment/{payment_id}/void/ \
--header 'Authorization: <api-key>'
Delete an invoice payment.
This removes the payment record and updates the transaction to uncategorized. For Stripe payments, this will also process a refund through Stripe.
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/invoice/{invoice_id}/payment/{payment_id}/void/ \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
ID of the invoice
ID of the payment to delete
No response body