Description Usage Arguments Details Value
View source: R/b2_delete_file_version.R
Delete latest version of a file stored in B2 by name
1 | b2_delete_file_by_name(bucket_name, file_name)
|
bucket_name |
The name of the bucket containing the file |
file_name |
The file name |
See https://www.backblaze.com/b2/docs/b2_delete_file_version.html
To delete a file using the file name and file id, 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.