b2DeleteBucket deletes an existing bucket in the user's account on the
Backblaze B2 cloud storage product.
Usage
b2DeleteBucket(bucketId)
Arguments
bucketId
The unique identifier of the bucket to be deleted. A
list of all the user's bucket IDs may be found using the
b2_list_buckets function in this package.
Value
If successful a list containing the accountId,
bucketId, bucketName and bucketType of the deleted
bucket will all be echoed back to the user.
Details
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: