# Delete Comment

`lawmatics_delete-comment` · Lawmatics MCP tool · Comments

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

## Input

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

## Output

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