# File lib/fog/key_manager/openstack/requests/delete_container_acl.rb, line 5 def delete_container_acl(uuid) request( :expects => [200], :method => 'DELETE', :path => "containers/#{uuid}/acl" ) end