# Delete Email Address

`lawmatics_delete-email-address` · Lawmatics MCP tool · Email Addresses

Delete an email address from Lawmatics by ID. This is irreversible.

## Input

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

## Output

- **id** `string` (required) — ID of the deleted email address
- **deleted** `boolean` (required) — Always true when the email address was successfully deleted
