DELETE
/
coa
/
api
/
v1
/
bill
/
{bill_id}
/
payment
/
{payment_id}
/
void
/
Delete Bill Payment
curl --request DELETE \
  --url https://api.meetcampfire.com/coa/api/v1/bill/{bill_id}/payment/{payment_id}/void/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

bill_id
integer
required

ID of the bill

payment_id
integer
required

ID of the payment to delete

Response

204

No response body