Accounting API
Invoices
Bulk Delete Invoices
This API endpoint (POST) removes multiple invoices with a single request. If the request succeeds, it will return the ids of the invoices that were removed.
Permissions: invoices.remove
invoices array of strings * An array of strings each representing an invoice id that you wish to remove. The maximum number of invoices that can be removed in a single request is 50.