nexus_remove_comment_like
Remove your like from a comment on Nexus Mods. Uses v2 GraphQL, leaving the v1 REST rate-limit quota untouched.
Instructions
Remove your like from a comment via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON {removeCommentLike: {comment}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID to remove your like from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |