Deletes the tags that are attached to one or more resources.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ResourceType | string | Yes | The type of the resources. Set the value to ALIYUN::LC::FLOW.
| ALIYUN::LC::FLOW |
| All | boolean | No | Specifies whether to remove all tags from the specified resource groups or members. Valid values:
| false |
| ResourceId | array | Yes | Specifies a maximum of 50 resource IDs. | |
| string | Yes | The ID of the resource. | lc-uf6tbvhheciyxl | |
| TagKey | array | No | An array consisting of the keys of the tags that you want to remove. | |
| string | No | A tag key. You can specify a maximum of 20 tag keys. Note
If you set the All parameter to true, you do not need to configure this parameter.
| testKey |
Response parameters
Examples
Sample success responses
JSONformat
{
"Success": true,
"RequestId": "ADB97A33-50E7-48A5-963D-ACBAE36D0BEC"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation | ||
|---|---|---|---|---|
| 2022-11-21 | API Description Update | see changesets | ||
|
