# Delete User

`lawmatics_delete-user` · Lawmatics MCP tool · Users

Dissociate a user from the firm in Lawmatics by ID, removing their access to the firm's account. This does NOT permanently delete the underlying user account. This action is irreversible from here.

## Input

- **userId** `string` (required, pattern: ^\d+$) — ID of the user to dissociate from the firm; a numeric string (e.g. '17')

## Output

- **id** `string` (required) — Lawmatics user ID that was dissociated from the firm
- **deleted** `boolean` (required) — Always true; confirms the user was dissociated from the firm (access removed)
