curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-invoices/{invoiceId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Remove a Customer Invoice from your portal. Be aware that deleting an invoice will not effect your license limits
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-invoices/{invoiceId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}