API reference · Invoices
POST/api/v1/invoices/bulk/delete

Bulk delete invoices

Deletes multiple invoice records in one request.

RBAC · invoice

Request body

Content type: application/json · schema InvoiceBulkDeleteBody

idsarray of stringRequired
min items 1
itemsstring <uuid>
forceboolean

Response body

Success response 200 · schema FinancialInvoiceApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Bulk delete completed.
400
Invalid bulk delete payload.
401
API key missing/invalid.
403
invoice:bulk_delete permission denied.
500
Unexpected bulk delete failure.