robbiblubber.org |
delete()MongoDB Driver Function Reference Deletes all documents from a collection that meet the filter criteria. This method is identically equal to deleteMany().
Arguments
Options
Example
Deletes all documents from the employee collection with a salary greater than 700000. home | MongoDB Driver Function Reference | MongoDB Driver |