Answers for "how to delete all documents in a collection in mongodb"

3

mongodb remove all from collection

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

how to delete collection from mongodb

db.<collection>.drop()
#  ^^^^^^^^^^^^
Posted by: Guest on December-20-2021

Code answers related to "how to delete all documents in a collection in mongodb"

Browse Popular Code Answers by Language