Batch soft-delete Twenty CRM records
twenty_batch_soft_delete_recordsBatch soft-delete records matching a filter in Twenty CRM, ensuring no hard deletion.
Instructions
Soft-delete records matching a required filter. Never hard-deletes. Disabled unless TWENTY_ALLOW_DESTRUCTIVE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| filter | Yes | Twenty filter, for example name[ilike]:"%acme%" or createdAt[gte]:"2026-01-01". | |
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |