Delete a Single Object
Last updated
Last updated
This function deletes a single existing object of the given type and with the given ID.
Relative URL | HTTP Request Method |
---|---|
Replace model
with the type of object that you wish to delete (as defined in your app's Data Model)
Replace object-id
with the ID of the specific object.
This function does not take any parameters.
For deleting more than one object in a request, refer to the Batch Operations section.
This function does not provide a response. The response body will simply be empty (and a 200
response code indicates success as usual).
BASE-URL
The below examples contain a BASE-URL
placeholder. Please refer to the HTTP Endpoints section to get the base URL relevant to your deployment.
/api/v4/
backend-deployment-id
/objects/
model
/
object-id
.json
DELETE