Removes tags from resource groups or the members in a resource directory.
Operation description
This topic provides an example on how to call the API operation to remove the tag whose tag key is k1
from the resource group whose ID is rg-aek2dpwyrfr****
.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
All | boolean | No | Specifies whether to remove all tags from the specified resource groups or members. Valid values:
| false |
ResourceId | array | Yes | The ID of a resource group or member. You can specify a maximum of 50 IDs. | |
string | Yes | The ID of a resource group or member. You can specify a maximum of 50 IDs. | rg-aek2dpwyrfr**** | |
TagKey | array | 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.
| |
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.
| k1 | |
ResourceType | string | No | The type of the objects from which you want to remove tags. Valid values:
Note
This parameter is required if you remove tags from members in a resource directory.
| ResourceGroup |
For more information about common request parameters, see Common parameters.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "E7747EDF-EDDC-5B38-9B6A-6392B9C92B1C"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|