# Delete Collection

`lawmatics_delete-collection` · Lawmatics MCP tool · Collections

Delete a Collection from Lawmatics by ID, including its custom field schema. This is irreversible.

## Input

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

## Output

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