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