deleteCommentProperty
Delete comment property
DELETE /rest/api/3/comment/{commentId}/properties/{propertyKey} HTTP/1.1Parameters
{
"commentId": {
"description": "The ID of the comment.",
"required": true,
"location": "path",
"type": "string"
},
"propertyKey": {
"description": "The key of the property.",
"required": true,
"location": "path",
"type": "string"
}
}