Delete a Single Object
This function deletes a single existing object of the given type and with the given ID.
Relative URL
HTTP Request Method
/api/v4/
backend-deployment-id
/objects/
model
/
object-id
.json
DELETE
Parameters
This function does not take any parameters.
Response
This function does not provide a response. The response body will simply be empty (and a 200
response code indicates success as usual).
Example
DELETE BASE-URL/api/v4/533bda53027894f69b001055/objects/tasks/eacb4836-f1b9-11e1-9750-001cc01904e3.json
Last updated