We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f7bf commit 127e288Copy full SHA for 127e288
source/fundamentals/crud/write-operations/bulk-write.txt
@@ -333,11 +333,6 @@ class and pass a query filter that specifies the document that you want to delet
333
The ``DeleteMany`` operation removes *all documents* that match your
334
query filter.
335
336
-In the following code example, the ``BulkWriteDeleteOneModel<BsonDocument>`` object
337
-represents a delete operation on the ``sample_restaurants.restaurants`` collection.
338
-The operation matches and deletes the first document
339
-where the value of the ``restaurant_id`` field is ``"5678"``.
340
-
341
In the following code example, the ``BulkWriteDeleteManyModel<BsonDocument>`` object
342
represents a delete operation on the ``sample_restaurants.restaurants`` collection.
343
The operation matches and deletes all documents
0 commit comments