remove_my_contact
Remove a contact by providing the contact ID or handle. Supply one of these identifiers to permanently delete the contact record.
Instructions
Remove an existing contact.
Removes a contact by either contact_id or handle. At least one must be provided.
If both are provided, both are sent to the API (contact_id takes precedence).
Args:
contact_id: The contact record ID (optional, provide this or handle).
handle: The contact's handle (optional, provide this or contact_id).
Returns:
JSON string confirming removal.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | No | ||
| handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |