# File lib/fog/aws/models/dns/zone.rb, line 18 def destroy requires :identity connection.delete_hosted_zone(identity) true end