Answers for "mongodb how to retrieve the delete collection data"

0

delete all documents in a collection mongodb

#delete all the items of a given collection 
db.campaigns.deleteMany({})
Posted by: Guest on August-17-2021
0

how to delete collection from mongodb

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

Code answers related to "mongodb how to retrieve the delete collection data"

Browse Popular Code Answers by Language