We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4021b0 commit c6ab21eCopy full SHA for c6ab21e
office365/onedrive/driveitems/driveItem.py
@@ -549,7 +549,7 @@ def permanent_delete(self):
549
"""
550
Permanently delete a driveItem.
551
Note that if you delete items using this method, they will be permanently removed and won't be sent to the
552
- recycle bin. Therefore, they cannot be restored afterward.
+ recycle bin. Therefore, they cannot be restored afterward. For non-permanent delete, use delete_object()
553
554
qry = ServiceOperationQuery(self, "permanentDelete")
555
self.context.add_query(qry)
0 commit comments