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