how can I create a service that will delete all the items in a collection?
Posted: Thu Jun 19, 2014 10:49 pm
I know I can delete one, but can I delete all in one request?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I know I can delete one, but can I delete all in one request?
Hi Steve,
Please take a look here: https://getsatisfaction.com/apperyio/...
Hi Steve.
Currently Appery.io platform does not support delete all by REST API.
You can recieve items from collection and delete each of them in a loop.
Regards.