Skip to main content
DELETE
/
customer-invoices
/
{invoiceId}
Delete Customer Invoice
curl --request DELETE \
  --url https://api.mijnklantportaal.nl/v1/customer-invoices/{invoiceId} \
  --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

ID of the Customer Invoice to delete

Response

No content

I