ASI/appdata/:app_id/@collection_items/:item_id
DELETE ^top
Deletes the item. If the item is a reference to a collection, only the reference is deleted, not the referenced collection.
Returns
- 200 - OK
- 403 - The current combination of application and user is not allowed to delete this item.
- 404 - The item with the specified id does not exist.