There was an error while loading. Please reload this page.
1 parent 463a7e4 commit 066be85Copy full SHA for 066be85
gridfs/__init__.py
@@ -196,6 +196,9 @@ def delete(self, file_id):
196
file. Care should be taken to avoid concurrent reads to a file
197
while it is being deleted.
198
199
+ .. note:: Deletes of non-existent files are considered successful
200
+ since the end result is the same: no file with that _id remains.
201
+
202
:Parameters:
203
- `file_id`: ``"_id"`` of the file to delete
204
0 commit comments