deleteBucket abstract method

Future deleteBucket(
  1. String bucketName
)

Delete a cloud storage bucket.

Deletes the cloud storage bucket named bucketName.

If the bucket is not empty the operation will fail.

The returned Future completes when the operation is finished.

Implementation

Future deleteBucket(String bucketName);