But when i try, i get a “404, resource not found” as response. :
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=UTF-8
Content-Length: 34
Requested resource does not exist.
I know that the computer is not deleted (as it is not marked as deleted in the database), and i can retrieve it perfectly by using a GET on the same resource:
GET /api/computer/12958949
response looks perfectly valid:
HTTP/1.1 200 OK
Accept: application/xml
Content-Type: application/xml
schema-file: BESAPI.xsd
Transfer-Encoding: chunked
................... and a lot of XML containing the Computer Resource
Have anyone seen this issue?
Im pretty sure this was working in the
9.0.649, but now
running 9.0.787 on the servers
It seems the delete-computer-feature is not supported through the REST API, so the above link im refering to does no longer state it is possible to delete a computer in the IEM through the REST API.