curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/bill/{bill_id}/payment/{payment_id}/void/ \
--header 'Authorization: <api-key>'
Delete a bill payment.
This removes the payment record and updates the transaction to uncategorized.
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/bill/{bill_id}/payment/{payment_id}/void/ \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
ID of the bill
ID of the payment to delete
No response body