Skip to main content
POST
/
v1
/
invoices
/
{id}
/
void
Void an invoice
curl --request POST \
  --url https://revstack.dev/v1/invoices/{id}/void
null

Path Parameters

id
string
required
Example:

"inv_abc123"

Response

200 - application/json

Invoice voided

The response is of type unknown.