# File lib/fog/dns/models/dnsmadeeasy/zone.rb, line 15
        def destroy
          requires :identity
          connection.delete_domain(identity)
          true
        end