Open Context Protocol is live! 🚀 Read the launch post

deleteCommentProperty

Delete comment property

DELETE /rest/api/3/comment/{commentId}/properties/{propertyKey} HTTP/1.1

Parameters

{
  "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"
  }
}