delete_contact
Permanently remove a CRM contact by its ID. Requires confirmation; this action cannot be undone.
Instructions
Permanently delete a contact from the CRM by its ID. This cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmed | No | Must be true to permanently delete the contact. | |
| contact_id | Yes | ID of the contact to delete. | |
| idempotency_key | No | Optional stable key to prevent duplicate delete attempts on retries. |