nexus_discard_comment
Remove a comment from public view by soft-deleting it via GraphQL. Requires author or moderator privileges; restore needs OAuth bearer auth.
Instructions
Discard (soft-delete) a comment via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota. Discarded comments are removed from public view. Only the author (or a moderator) can discard a comment. NOTE: restoring via nexus_restore_comment REQUIRES OAuth Bearer auth - Nexus denies restore under apikey-only auth, so with an API key alone discard is effectively one-way.
Returns: JSON {discardComment: {comment: {id, isDiscarded, discardedAt}}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID to discard (soft-delete). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |