daux.io/docs/cms/01_API/25_Delete.md
2013-06-21 10:49:05 -05:00

13 lines
331 B
Markdown

To delete an object in a collection, issue a HTTP `DELETE` call with the id of the object you wish to delete in the url.
DELETE /collections/:collection/:id
**URL Parameters**
`:collection` is the key of the collection in the config.
`:id` is the id of the object you want to delete.
**Returns**
The object you just deleted.