delete_contact
Permanently delete a contact from the address book using its vCard URL and ETag. Prevent accidental data loss by validating the ETag before deletion.
Instructions
Permanently delete a contact (vCard) from the address book. WARNING: This action cannot be undone — the contact is removed from the server immediately. Use only when the user explicitly requests deletion. Obtain the vCard URL and etag from list_contacts or addressbook_query first. The etag ensures no conflicting changes occurred since the contact was last retrieved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vcard_url | Yes | Full URL of the vCard to delete. Obtain from list_contacts or addressbook_query response. | |
| vcard_etag | Yes | ETag of the vCard for conflict detection. Obtain from the same response as the vCard URL. Ensures no changes were made since retrieval. |