drop() - Drop a collection command Drops a collection and associated objects, such as indexes on the collection. Syntax diagramdb.collection. drop() Command parametersNone ExampleDrop the books collection:db.books.drop() Sample output is as follows:OK