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:

Object not found

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.

Action
Verify the URI of the resource you are attempting to change or delete and retry the request.