Deleting an Object

Deleting an object.

To delete an object, send a DELETE request with the object ID in the URL.

https://api.appery.io/rest/1/db/collections/<collectionName>/<objectId>

The result is an empty JSON object.

Example

curl -X DELETE -H "X-Appery-Database-Id: 544a5cdfe4b03d005b6233b9" 
https://api.appery.io/rest/1/db/collections/students/544e560fe4b03d005b625e5e
{
}