- Reference >
mongosh
Methods >- Bulk Operation Methods >
- Bulk.find.remove()
Bulk.find.remove()¶
On this page
Tip
Starting in version 3.2, MongoDB also provides the
db.collection.bulkWrite()
method for performing bulk
write operations.
Description¶
-
Bulk.find.
remove
()¶ Starting in
mongosh
0.12.2,Bulk.find.remove()
is an alias forBulk.find.delete()
.In new code, use
Bulk.find.delete()
instead ofBulk.find.remove()
.