Answers for "how to delete all documents from table in mongodb cloud"

3

mongodb remove all from collection

db.collection.remove({})
Posted by: Guest on December-21-2020

Code answers related to "how to delete all documents from table in mongodb cloud"

Browse Popular Code Answers by Language