# File lib/fog/rackspace/requests/storage/delete_static_large_object.rb, line 63
        def not_found(path)
          response = Excon::Response.new
          response.status = 200
          response.body = {
            "Number Not Found" => 1,
            "Response Status" => "200 OK",
            "Response Body" => "",
            "Errors" => [[path, "404 Not Found"]],
            "Number Deleted" => 0
          }
          response
        end