Skip to main content

Delete an invoice

Permanently deletes an invoice. It cannot be undone.

Parameters

No parameters.

Returns

Returns an empty response.

delete
/api/invoices/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/invoices/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null