Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxvoid DeleteObject(
	string bucketName,
	string key
)
Sub DeleteObject ( 
	bucketName As String,
	key As String
)
void DeleteObject(
	String^ bucketName, 
	String^ key
)
abstract DeleteObject : 
        bucketName : string * 
        key : string -> unit 
Parameters
- bucketName
 - Type: SystemString
Bucket name - key
 - Type: SystemString
Key 
See Also