Docs Menu
Docs Home
/ /

Bulk.find.removeOne() (mongosh method)

Tip

MongoDB also provides the db.collection.bulkWrite() method for performing bulk write operations.

Bulk.find.removeOne()

Starting in mongosh 0.12.2, Bulk.find.removeOne() is an alias for Bulk.find.deleteOne().

Note

Use Bulk.find.deleteOne() instead of Bulk.find.removeOne().

Back

Bulk.find.remove

On this page