HTTP 404 error "Object not found" when using a write method

Symptom

A PUT or DELETE request returns response code 404 and the response body contains the following text string:

没有找到对象

Cause

The resource does not exist in the system. The URI in the request is incorrect or the resource has not been added to the configuration.

行动

  1. 验证资源的URIurce you are attempting to change or delete and retry the request.