delete_contact
Delete a contact from Nimble CRM by its ID. Choose regular or force deletion to handle relation blocks, and optionally clean up email list entries.
Instructions
Delete a single contact by ID.
Args: contact_id: The Nimble contact ID. deletion_method: 'regular' (errors if relations block deletion) or 'force' (delete despite relations). cleanup_email_lists: If true, also remove matching email list entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | ||
| deletion_method | No | regular | |
| cleanup_email_lists | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |