File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -333,11 +333,6 @@ class and pass a query filter that specifies the document that you want to delet
333333The ``DeleteMany`` operation removes *all documents* that match your
334334query 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-
341336In the following code example, the ``BulkWriteDeleteManyModel<BsonDocument>`` object
342337represents a delete operation on the ``sample_restaurants.restaurants`` collection.
343338The operation matches and deletes all documents
You can’t perform that action at this time.
0 commit comments