backblaze
backblaze copied to clipboard
Delete file
trafficstars
How do I delete a file?
To elaborate, IStorageClient has methods UploadAsync and DownloadAsync, which can manipulate a file given only its name. It doesn't directly expose any other operations.
I haven't used the B2 API before, does it not have a way to delete a file by name like it does to download a file by name?
Okay, I found the subclasses giving access to more methods. This project could really use some solid documentation. Maybe I'll make a PR with a starting point... :-P