# Delete Task

`lawmatics_delete-task` · Lawmatics MCP tool · Tasks

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

## Input

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

## Output

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