View source: R/b2DeleteBucket.R
b2DeleteBucket | R Documentation |
b2DeleteBucket
deletes an existing bucket in the user's account on the
Backblaze B2 cloud storage product.
b2DeleteBucket(bucketId)
bucketId |
The unique identifier of the bucket to be deleted. A
list of all the user's bucket IDs may be found using the
|
This function deletes an existing bucket within the user's account on the Backblaze B2 cloud storage product. Further details regarding this API call are available here:
https://www.backblaze.com/b2/docs/b2_delete_bucket.html
bucketId
is mandatory and must be user defined.
If successful a list containing the accountId
,
bucketId
, bucketName
and bucketType
of the deleted
bucket will all be echoed back to the user.
## Not run:
b2DeleteBucket(bucketId = "aUniqueBucketId")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.