Deleting bulk invoices
Use the following endpoint to delete a bulk invoice by its id:
- DELETE
/claim/v1/bulk-invoices/{bulkInvoiceId}
For example, the following request deletes 'bulk-invoice-002' by its
id:
Command
DELETE /claim/v1/bulk-invoices/xc:SU1I47iQTC4eh6UcvJQ5t
When the request is successful, the API responds with an empty body. You can then verify that the bulk invoice has been successfully deleted.