# Delete Address

`lawmatics_delete-address` · Lawmatics MCP tool · Addresses

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

## Input

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

## Output

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