nexus_untrack_user
Stop tracking a Nexus Mods user to remove them from your followed list. This uses the v2 GraphQL endpoint, so it does not consume the v1 REST rate-limit quota.
Instructions
Stop tracking a user via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON {untrackUser: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Nexus Mods member ID to stop tracking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |