Delete a collection
steam_collection_deletePermanently delete a Steam collection while preserving its games. Use dry_run to preview affected games; confirm required.
Instructions
Delete a collection. DESTRUCTIVE: the collection and its id are gone, and recreating it produces a NEW id. The games themselves are untouched, and Steam's collection files are backed up first. Requires confirm=true. Run with dry_run=true first to see exactly which games would lose their membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Collection id. Ids are opaque and may contain "+" and "*" (e.g. "uc-8qBpJj1*+Borh") - pass them back exactly as given. | |
| name | No | Exact collection name. Alternative to id. | |
| confirm | Yes | Must be true. Acknowledges the destructive effect described in this tool's summary. | |
| dry_run | No | Report what would be deleted without deleting anything. |