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>'