Skip to contents

Delete a rule comment

Usage

delete_rule_comment(ruleId, commentId)

Arguments

ruleId

The ID of the rule that the comment belongs to

commentId

The ID of the comment to delete

Value

Nothing (invisible NULL)

Examples

if (FALSE) { # \dontrun{
delete_rule_comment(ruleId = 1, commentId = 5)
} # }