# File lib/fog/brightbox/models/compute/firewall_rule.rb, line 40
        def destroy
          requires :identity
          service.destroy_firewall_rule(identity)
          true
        end