Skip to main content
POST
/
v1
/
invoices
/
{invoice_id}
/
void
Void an invoice
curl --request POST \
  --url https://api.monigo.co/v1/invoices/{invoice_id}/void \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Path Parameters

invoice_id
string
required

Invoice ID

Response

OK

The response is of type object.