# Delete Sub Status

`lawmatics_delete-sub-status` · Lawmatics MCP tool · Sub Statuses

Delete a matter sub status from Lawmatics by ID. This is irreversible.

## Input

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

## Output

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