Deletes all documents matching the query filter. The returned result identifies how many documents have been deleted.
https://www.mongodb.com/docs/manual/reference/method/db.collection.deleteMany/#mongodb-method-db.collection.deleteMany
See Implementation
https://www.mongodb.com/docs/manual/reference/command/delete/
Deletes all documents matching the query filter. The returned result identifies how many documents have been deleted.