nexus_unpin_comment
Unpin a comment from a thread. Requires moderator permissions or thread ownership, and returns the comment ID when successful.
Instructions
Unpin a previously pinned comment via v2 GraphQL.
Requires moderator permissions or thread ownership.
Returns: JSON {comment: {id}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID to unpin. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |