R/delete_rule_comment.R
delete_rule_comment.Rd
Delete a rule comment
delete_rule_comment(ruleId, commentId)
The ID of the rule that the comment belongs to
The ID of the comment to delete
Nothing (invisible NULL)
if (FALSE) { # \dontrun{ delete_rule_comment(ruleId = 1, commentId = 5) } # }