Deletes all documents in the collection. The returned result identifies how many documents have been deleted.
Same as calling deleteMany with Bson.emptyObject as filter.
See Implementation
https://www.mongodb.com/docs/manual/reference/command/delete/
Deletes all documents in the collection. The returned result identifies how many documents have been deleted.
Same as calling deleteMany with Bson.emptyObject as filter.