Deletes a empty bucket.If the bucket is not empty, this will fail.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxvoid DeleteBucket(
	string bucketName
)
Sub DeleteBucket ( 
	bucketName As String
)
void DeleteBucket(
	String^ bucketName
)
abstract DeleteBucket : 
        bucketName : string -> unit 
Parameters
- bucketName
 - Type: SystemString
The bucket name to delete 
See Also