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