You can delete a Rule with the Delete button next to the Rule name.
Alternatively, you can delete Rules using the command line:
$ cd /opt/dradispro/dradispro/current/Don't forget to substitue in the actual Rule ID for
$ RAILS_ENV=production bundle exec rails console
irb> Dradis::Pro::Rules::Rule.find( #ID# ).destroy
#ID#
above!
Next help article: Reorder your Rules →
Your email is kept private. We don't do the spam thing.