proforma_invoices_bulk_delete
Deletes multiple draft proforma invoices in a single batch operation, returning the count of deleted invoices and any errors encountered during the process.
Instructions
Delete multiple proforma invoices in batch. Only draft proformas can be deleted. Returns count of deleted and any errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of proforma invoice UUIDs to delete (1-100) | |
| companyId | No | Company UUID (overrides configured default) |