I'm trying to delete rows in one of my collections in the database, I have setup a input test box where I load all of the _ID's first then bind them and store then in localstorage. Then run delete service, my issue is that when I click a button kick of the service it does nothing. I have read various article's that say you cannot delete rows via the REST service.
http://devcenter.appery.io/tutorials/...
https://getsatisfaction.com/apperyio/...
Is there a way to delete rows in collections every hour perhaps using Server Code to delete all rows in table or is there another way.