Invoices
Void an invoice
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Invoices
Void an invoice
Void an invoice that hasn’t been paid
POST
/
invoices
/
{id}
/
void
curl --request POST \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/void
{}
Path Parameters
Invoice ID
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/void
{}