Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Delete an object in the list with id response from list service

How do I delete an object which is in the list item of the list.
I've used list service to list all the objects that the user can access to
Then when the list item clicked, I map the label on the list item(which has the object _id) to the {url} request because the url of the service is {database_url}/collections/Upload_Files/{url}
However, I use the weinre debugger and find out the delete service Request URL-https://api.appery.io/rest/1/db/colle...
because the label that linked to url has text "label" as default.
I've also tried to bind the component to the local storage variable, and its still request the same wrong url

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Delete an object in the list with id response from list service

Hello Mark,

This tutorial should help http://devcenter.appery.io/tutorials/...
It shows how to add and delete tasks in list.

Return to “Issues”