delete_issue_comment_by_comment_id
Remove an issue comment by its comment ID, eliminating unwanted feedback from discussions.
Instructions
Delete issue comment.
DELETE /api/v1/issueComment/{commentId}
Args: comment_id: Issue Comment ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |