» Invoice DELETE API Documentation
» Invoice DELETE API Documentation

Delete a Specific Invoice: /invoices/{invoice_id}

DELETE
https://dev-api.exsited.com/api/v3/invoices/{invoice_id}
Try It Out
Purpose

Permanently delete an invoice identified by its invoice id from the system, ensuring the invoice is no longer available for retrieval or processing.

Use Case

To remove an invoice that was created in error or is no longer required for financial or operational purposes.

Path Parameters
ParameterTypeDescription
invoice_idstringThe unique identifier of the invoice to be deleted.
Query Parameters

No query parameters required for this endpoint.

Request Body

No request body is required for this endpoint.

Response

This endpoint does not return a response body. Upon successful execution, the invoice is deleted and an HTTP 204 No Content status code is returned.