To Delete/DROP Collection from MongoDB db.<collection_name>.drop( ) show collections; class student db.class.drop() true Check whether class is deleted show collections; student class collection is deleted