how to delete the collection in mongodb June 29, 2021 Delete the collection in mongodb: Syntex:use database;db.collectionName.drop(); this commend delete the collection in mongodb. Example: db.products.drop(); Share Get link Facebook X Pinterest Email Other Apps Labels MongoDB Share Get link Facebook X Pinterest Email Other Apps