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