Skip to content

Commit 127e288

Browse files
committed
feedback
1 parent 9c4f7bf commit 127e288

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/fundamentals/crud/write-operations/bulk-write.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,6 @@ class and pass a query filter that specifies the document that you want to delet
333333
The ``DeleteMany`` operation removes *all documents* that match your
334334
query filter.
335335

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-
341336
In the following code example, the ``BulkWriteDeleteManyModel<BsonDocument>`` object
342337
represents a delete operation on the ``sample_restaurants.restaurants`` collection.
343338
The operation matches and deletes all documents

0 commit comments

Comments
 (0)