OssClientDeleteBucket Method |
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)
Syntax public void DeleteBucket(
string bucketName
)
Public Sub DeleteBucket (
bucketName As String
)
public:
virtual void DeleteBucket(
String^ bucketName
) sealed
abstract DeleteBucket :
bucketName : string -> unit
override DeleteBucket :
bucketName : string -> unit
Parameters
- bucketName
- Type: SystemString
The bucket name to delete
Implements
IOssDeleteBucket(String)See Also