Soft-delete a Twenty CRM record
twenty_soft_delete_recordSoft-delete a record in Twenty CRM, marking it as inactive while preserving data. Enabled only when TWENTY_ALLOW_DESTRUCTIVE=true.
Instructions
Soft-delete one record. Never hard-deletes. Disabled unless TWENTY_ALLOW_DESTRUCTIVE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |