# File lib/fog/softlayer/requests/storage/delete_container.rb, line 27
        def delete_container(name)
          request(
            :expects  => 204,
            :method   => 'DELETE',
            :path     => Fog::Softlayer.escape(name)
          )
        end