Skip to content
MCP tools
View as Markdown
IrreversibleContactsMCP tool

contacts_delete

Permanently delete a contact.

Permanently delete a contact. This is IRREVERSIBLE - the contact will be hidden from all views including archived. Only use for test data or duplicate records. For normal cleanup, use contacts_archive instead which is reversible. Returns confirmation of the deletion.

Parameters#

ParameterTypeRequiredDescription
contact_idstringYesUUID of the contact to delete. Use contacts_get first to verify.

Example prompts#

  • "Permanently delete the duplicate contact card for Sarah Kim that got imported twice."
  • "Delete that archived test contact for good, but double-check with me before removing it."

Safety#

Irreversible. This action cannot be undone. Claude should always confirm with you before running it.