nexus_clear_comment_thread_moderation_status
Clear moderation status on a comment thread by ID to reset moderator permissions and remove active moderation flags.
Instructions
Clear a comment thread's moderation status (moderator permissions) via v2 GraphQL.
Returns: JSON {commentThread: {id}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_thread_id | Yes | Comment thread ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |