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
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.
Parameters
This function does not take any parameters.
For deleting more than one object in a request, refer to the Batch Operations section.
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
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.
Last updated