.deleteCollection()

Deletes a collection.

deleteCollection(name)

db.deleteCollection('users'); // true

Last updated