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
Last updated