Skip to content

deleteIssueComment ​

Deletes an IssueComment. If the user created the IssueComment, requires READ on any of the Trackables the Issue is on. Otherwise, requires MODERATOR on any of the Trackables the Issue is on. The IssueComment then is marked as deleted, its body set to "", and the referenced Artefacts are cleared. It is no longer possible to update the IssueComment.

graphql
deleteIssueComment(
  input: DeleteNodeInput!
): DeleteIssueCommentPayload!

Arguments ​

deleteIssueComment.input ● DeleteNodeInput! non-null input ​

Defines how to update which IssueComment

Type ​

DeleteIssueCommentPayload object ​

Released under the MIT License.