Skip to main content
POST
/
invoices
/
{id}
/
void
Void an invoice
curl --request POST \
  --url https://us.api.flexprice.io/v1/invoices/{id}/void \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Invoice ID

Response

OK

message
string