DeleteBucket Method
Deletes a bucket.
Syntax
[VB.NET] Public Sub DeleteBucket()
[C#] public void DeleteBucket();
Remarks
This method can be used to delete a bucket from an S3 store. The bucket is specified by the Bucket property. Please note that Amazon S3 bucket names are global and you will not be able to create a bucket by the same name if it is taken by another S3 user.
NOTE: This method has a corresponding asynchronous version (DeleteBucketAsync) for use in the Xamarin environment.