# File lib/openstack/identity/connection_v2.rb, line 24 def delete_tenant(id) @connection.req('DELETE', "/tenants/#{id}") true end