Docs Menu
Docs Home
/
Database Manual
/ / /

Bulk.find.removeOne() (mongosh method)

Tip

MongoDB also provides the Mongo.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