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

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

invoice_id
integer
required

ID of the invoice

payment_id
integer
required

ID of the payment to delete

Response

204

No response body