deleteComment
Delete comment
DELETE /rest/api/3/issue/{issueIdOrKey}/comment/{id} HTTP/1.1Parameters
{
"issueIdOrKey": {
"description": "The ID or key of the issue.",
"required": true,
"location": "path",
"type": "string"
},
"id": {
"description": "The ID of the comment.",
"required": true,
"location": "path",
"type": "string"
}
}