Delete invoice
DELETE https://api.ecurring.com/invoices/{id}
Delete a draft invoice.
Only invoices that have the status draft
can be deleted.
The response body will be empty when the deletion is successful.
Parameters
Replace {id}
in the URL with the identifier of the invoice.
Response
HTTP/1.1 204 No Content