Deletes a comment property.Permissions required: either of:
Edit All Commentsproject permission to delete a property from any comment.
Edit Own Commentsproject permission to delete a property from a comment created by the user.
Also, when the visibility of a comment is restricted to a role or group the user must be a member of that role or group.
Request
Path Params
Responses
🟢204Returned if the request is successful.
application/json
Body
🟠400Returned if the request is invalid.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.
🟠404Returned if the comment or the property is not found or the user has the necessary project permissions but isn't a member of the role or group visibility of the comment is restricted to.