Anchor to CommentDeleteUserErrorComment
objectComment Delete User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (CommentDeleteUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Comment
Delete User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- commentDelete (CommentDeletePayload)
- •mutation
Permanently removes a comment from a blog article.
For example, when a comment contains spam links or inappropriate language that violates store policies, merchants can delete it entirely.
Use the
mutation to:- Remove spam or inappropriate comments permanently
- Clean up irrelevant discussions
- Maintain content standards on blog articles
Deletion is permanent and can't be undone.
- •ID!required
The ID of the comment to be deleted.
Arguments
Was this section helpful?