| IOssDeleteBucketLogging Method  | 
            Deletes the 
Bucket logging config
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxvoid DeleteBucketLogging(
	string bucketName
)
Sub DeleteBucketLogging ( 
	bucketName As String
)
void DeleteBucketLogging(
	String^ bucketName
)
abstract DeleteBucketLogging : 
        bucketName : string -> unit 
Parameters
- bucketName
 - Type: SystemString
Bucket name 
See Also