# File lib/fog/dnsimple/models/dns/zone.rb, line 16
        def destroy
          connection.delete_domain(identity)
          true
        end