clients_bulk_delete
Delete multiple clients at once using up to 100 UUIDs in a single request. Clients with existing documents may be skipped or error depending on server settings.
Instructions
Delete multiple clients in a single request. Accepts up to 100 client UUIDs. Clients with existing documents will be skipped or cause an error depending on server configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of client UUIDs to delete (max 100) | |
| companyId | No | Company UUID override (uses active company if not set) |