suppliers_bulk_delete
Soft-delete multiple suppliers in one API call by providing an array of supplier UUIDs. Returns the count of deleted items along with any errors encountered during the operation.
Instructions
Soft-delete multiple suppliers in a single request. Returns the count of deleted items and any errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of supplier UUIDs to delete (1-100) | |
| companyId | No | Company UUID (overrides configured default) |