Removes tags from resources.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceType | string | Yes | The type of the resource. Valid values:
| loadbalancer |
ResourceId | array | Yes | The IDs of the resources from which you want to remove tags. | |
string | Yes | The ID of the resource from which you want to remove tags. | d-2ze1ot4ah7xjyv0d**** | |
Tag | array<object> | No | The tags that you want to remove. | test |
object | No | The tag that you want to remove. | ||
Key | string | No | The key of the tag that you want to remove. The tag key can be up to 128 characters in length, and cannot contain | env |
Value | string | No | The value of the tag that you want to remove. The tag value can be up to 128 characters in length, and cannot contain | product |
TagKey | array | No | The keys of the tags that you want to remove. | |
string | No | The tag key. The tag key can be up to 128 characters in length, and cannot contain | env | |
All | boolean | No | Specifies whether to remove all tags from the specified resource. Valid values:
| false |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | ResourceNotFound.Acl | The specified resource %s is not found. | The specified resource %s is not found. |
404 | ResourceNotFound.LoadBalancer | The specified resource %s is not found. | The specified resource %s is not found. |
404 | ResourceNotFound.SecurityPolicy | The specified resource %s is not found. | The specified resource %s is not found. |
404 | ResourceNotFound.ServerGroup | The specified resource %s is not found. | The specified resource %s is not found. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|