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.
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.
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:
Also you can do it by creating service code which will get all items and will remove them separately by delete entry db request.
what would this code look like
Sorry, but custom JS code is outside the scope of our support