# File lib/fog/identity/openstack/v3/models/domain.rb, line 25 def destroy clear_cache requires :id service.delete_domain(id) true end