robbiblubber.org |
deleteOne()MongoDB Driver Function Reference Deletes the first document from a collection that meets the filter criteria. More information can be found in the corresponding entry of the MongoDB Manual.
Arguments
Options
Example
Deletes one document from the employee collection with a salary greater than 700000. home | MongoDB Driver Function Reference | MongoDB Driver |