cURL
curl --request DELETE \ --url https://api.revolv3.com/api/Invoices/{invoiceId}
This response does not have an example.
Delete an invoice (specified by Invoice ID) and its attached invoice line items.
Upon success, the operation will return a status code of 200 (OK).
If the Invoice ID cannot be associated with an active invoice, a status of 404 will be returned.
OK