# File lib/fog/softlayer/requests/storage/delete_object.rb, line 29 def delete_object(container, object) request( :expects => 204, :method => 'DELETE', :path => "#{Fog::Softlayer.escape(container)}/#{Fog::Softlayer.escape(object)}" ) end