# File lib/fog/hp/requests/cdn/delete_container.rb, line 11
        def delete_container(name)
          response = request(
            :expects  => 204,
            :method   => 'DELETE',
            :path     => Fog::HP.escape(name)
          )
          response
        end