OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

Add deletion #172

Closed KTibow closed 4 years ago

KTibow commented 4 years ago

I know it's usually a bad idea to add the ability to delete, because then ransomware might erupt, but I'm using this library to do backups and I want to delete the old ones to not let them fill up my OneDrive. Is there any way to do this?

KTibow commented 4 years ago

What happens if I try to overwrite something?

KTibow commented 4 years ago

Found it. You call .delete() on a client.item(). But can you please add better docs?