Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

Delete multiple objects from DB

Could you quickly expand any on the Manual deletion of DB row/column entries without having to send a separate REST delete for each entry?
I too need to auto delete items from the DB after a specified period of time.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Delete multiple objects from DB

Hello,

Unfortunately there is no way to delete it by single request to db.

You can delete all entries from your collection manually from your DB admin console. Please take a look on screen shot:

Image
Also you can do it by creating service code which will get all items and will remove them separately by delete entry db request.

Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

Delete multiple objects from DB

what would this code look like

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Delete multiple objects from DB

Sorry, but custom JS code is outside the scope of our support

Return to “Issues”