# Delete Practice Area

`lawmatics_delete-practice-area` · Lawmatics MCP tool · Practice Areas

Delete a practice area from Lawmatics by ID. This is irreversible.

## Input

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

## Output

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