Deleting an object: the DELETE method

Deleting an object carried out by the method DELETE, and the class code with the namespace and the object key value are specified, for example rest/crud/class_string@develop-and-test/66dbb3d0-5583-11e6-aef7-cf50314f026b.

curl -X DELETE -u demo@local:demo-ion https://dnt.iondv.com/rest/crud/class_string@develop-and-test/66dbb3d0-5583-11e6-aef7-cf50314f026b

An example of a request to the crud service to delete objects in dnt: test/modules/rest/crud.spec.js

/Checking crud service/DELETE/# deleting an object (DELETE)

If successful, the service returns the response code 200, if the object is not found 404.