Issue comment properties
Delete comment property
Deletes a comment property.
Permissions required: either of:
- Edit All Comments project permission to delete a property from any comment.
- Edit Own Comments project permission to delete a property from a comment created by the user.
delete/rest/api/3/comment/{commentId}/properties/{propertyKey}
Path parameters
commentIdstring required
The ID of the comment.
propertyKeystring required
The key of the property.
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 15 revisions of this API.