Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
Click here >
Docs Menu
Docs Home
/ /

Bulk.find.remove() (mongosh method)

Tip

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