# Delete Tag

`lawmatics_delete-tag` · Lawmatics MCP tool · Tags

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

## Input

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

## Output

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