Skip to main content
Anchor to CommentDeleteUserError

CommentDeleteUserError

object

An error that occurs during the execution of CommentDelete.

•CommentDeleteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•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 commentDelete 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.

Arguments

•ID!
required

The ID of the comment to be deleted.



Was this section helpful?


Was this section helpful?