3

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.

Sagar Chaudhary
  • 1,343
  • 7
  • 21
N.chauhan
  • 263
  • 1
  • 8
  • 3
    Possible 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 Answers1

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?