Delete invoice
API Refs
- Staging: Delete invoice
This endpoint permanently deletes an invoice.
URI Parameters
Name | Type | Description | Required |
---|---|---|---|
invoiceId | number | The ID of the invoice to delete | yes |
Response
A successful request returns a 200 OK
status code with no response body.
WarningDeleting an invoice cannot be undone. This action should be used with caution, as it will remove the invoice record permanently. It is not possible to delete an invoice that has been paid.
Updated 1 day ago