Python MongoDB
MongoDB Drop Collection
Dropping collections
MongoDB Drop Collection
You can delete a table, or collection as it is called in MongoDB, by using the drop() method.
Drop Collection
mycol.drop()
Dropping collections
You can delete a table, or collection as it is called in MongoDB, by using the drop() method.
mycol.drop()