Skip to contents

Delete a rule

Usage

delete_rule(id)

Arguments

id

the id of the rule

Value

list of information about deleted rule.

Examples

if (FALSE) { # \dontrun{
delete_rule(1)
} # }