Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /

Bulk.find.remove() (mongosh method)

Tip

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

Bulk.find.remove()

Starting in mongosh 0.12.2, Bulk.find.remove() is an alias for Bulk.find.delete().

Note

Use Bulk.find.delete() instead of Bulk.find.remove().

Back

Bulk.find.hint

On this page