# File lib/fog/dns/openstack/v2/models/zones.rb, line 22 def destroy(id, options = {}) zone = find_by_id(id, options) zone.destroy end