For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

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().

On this page