# File lib/fog/identity/openstack/v3/models/domains.rb, line 55 def destroy(id) domain = find_by_id(id) domain.destroy end