Page 2 of 2

Delete multiple objects from DB

Posted: Mon Mar 24, 2014 12:08 am
by Matt6607699

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.


Delete multiple objects from DB

Posted: Mon Mar 24, 2014 5:56 am
by Igor

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.


Delete multiple objects from DB

Posted: Mon Mar 24, 2014 10:55 pm
by Jeff6301705

what would this code look like


Delete multiple objects from DB

Posted: Tue Mar 25, 2014 1:04 pm
by Maryna Brodina

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