I am using Robomongo for MongoDB.
In my Robomongo I have multiple duplicate collections.
Now I want to delete each collection at a time without any query and ForEach function.
Asked
Active
Viewed 434 times
3

Sagar Chaudhary
- 1,343
- 7
- 21

N.chauhan
- 263
- 1
- 8
-
3Possible duplicate of [How to delete lots of mongodb collections at once?](https://stackoverflow.com/questions/11206890/how-to-delete-lots-of-mongodb-collections-at-once) – Sagar Chaudhary Oct 11 '18 at 14:37
-
I want to delete collections at a time without any query and Foreach function. – N.chauhan Oct 11 '18 at 14:45
-
You cannot do that . RoboMongo does not allow to select multiple collections from the UI by using ctrl+click. – Sagar Chaudhary Oct 11 '18 at 14:50
1 Answers
1
With respect to the current available version of the S/w, i doubt if its possible. https://github.com/Studio3T/robomongo/issues/608
But you might be interested in viewing: How to delete lots of mongodb collections at once?

Likhith Kolayari
- 154
- 7