Click or drag to resize
IOssDeleteBucket Method
Deletes a empty bucket.If the bucket is not empty, this will fail.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
void DeleteBucket(
	string bucketName
)

Parameters

bucketName
Type: SystemString
The bucket name to delete
See Also