invoices_bulk_delete
Delete up to 100 draft invoices in a single batch operation. Removes only draft-status invoices irreversibly and returns the count of deleted items along with per-item errors for failed deletions.
Instructions
Delete multiple draft invoices in batch. Only invoices with status "draft" can be deleted. This action is irreversible. Returns count of deleted invoices and any per-item errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of invoice UUIDs to delete (1–100). Only draft invoices are eligible. | |
| companyId | No | Company UUID override (uses active company if not set) |