POST
/
invoices
/
{invoiceId}
/
void
curl --request POST \
  --url https://rest.taxes.provider.com/api/v1/invoices/{invoiceId}/void \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invoiceId
string
required

The unique identifier of the invoice at the Tax Service Adapter or Tax Service Provider.

Response

204
_mintlify/placeholder

Invoice voided successfully.