Description Usage Arguments Details Value
View source: R/b2_delete_file_version.R
Delete latest version of a file stored in B2
1 | b2_delete_file_version(file_name, file_id)
|
file_name |
The file name |
file_id |
The file id |
See https://www.backblaze.com/b2/docs/b2_delete_file_version.html
Note that the file id is required in addition to the file name. To
delete a file using the bucket name and file name, use
b2_delete_file_by_name
.
A list of the JSON response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.