delete_object
Remove objects from Tencent Cloud Object Storage using the object key to manage cloud storage and free up space.
Instructions
删除COS中的对象
Input Schema
Name | Required | Description | Default |
---|---|---|---|
object_key | Yes | 要删除的对象键名 |
Input Schema (JSON Schema)
{
"properties": {
"object_key": {
"description": "要删除的对象键名",
"type": "string"
}
},
"required": [
"object_key"
],
"type": "object"
}