Delete clients bulk
delete_clients_bulkDelete multiple customers in one transaction (soft-delete to bin). All-or-nothing: the whole request fails if any id is unknown or any customer still has linked (non-deleted) invoices. Body: {clients: [{id} ...]}. For a single customer use delete_client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clients | Yes |