Remove games from a collection
steam_collection_remove_gamesRemove specified games from a Steam collection while keeping them in your library. Pass appids to update collection membership.
Instructions
Remove games from a static collection. The games stay in the library; only the collection membership changes.
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. | |
| appids | Yes | Steam appids. Use steam_library_search to resolve names to appids first. | |
| dry_run | No |