nexus_remove_kudos
Revoke a previously given kudos from a Nexus Mods user by user ID using the v2 GraphQL API. Returns success or error.
Instructions
Remove previously given kudos from a user via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON {removeKudos: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Nexus Mods member ID to remove kudos from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |