# Delete Collection Item

`lawmatics_delete-collection-item` · Lawmatics MCP tool · Collection Items

Delete a collection item from Lawmatics by ID. This is irreversible.

## Input

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

## Output

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