# Delete Contact

`lawmatics_delete-contact` · Lawmatics MCP tool · Contacts

Delete a contact from Lawmatics by ID. This is irreversible.

## Input

- **contactId** `string` (required, pattern: ^\d+$) — ID of the contact to delete; a numeric string

## Output

- **id** `string` (required) — Lawmatics contact ID that was deleted
- **deleted** `boolean` (required) — Always true; confirms the contact was deleted
