nexus_remove_favourite_game
Remove any game from your Nexus Mods favourites list using v2 GraphQL, bypassing v1 REST rate limits.
Instructions
Remove a game from your favourites via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON {removeFavouriteGame: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | Game ID to remove from favourites. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |