nexus_remove_badge_from_collection
Remove a badge from a collection to fix incorrect or outdated badges. Requires moderator permissions and returns success confirmation or an error.
Instructions
Remove a badge from a collection (moderator permissions required) via v2 GraphQL.
Returns: JSON {success} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| badge_id | Yes | Badge ID (see nexus_get_badges). | |
| collection_id | Yes | Collection ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |