The UntagResources operation deletes user tags from an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:UntagResources |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the Service Mesh instance is located. |
cn-hangzhou |
| ResourceType |
string |
Yes |
A required parameter. The value must be |
servicemesh |
| ResourceId |
array |
Yes |
The IDs of the Service Mesh instances. |
|
|
string |
No |
The ID of the Service Mesh instance. |
c418807cb4e5840eab018da7d8f5daa11 |
|
| TagKey |
array |
No |
The tag keys. |
|
|
string |
No |
The tag key. The tag key can be up to 64 characters in length. It cannot start with If you specify multiple tag keys, they are combined with a logical OR. N can be an integer from 1 to 20. |
TEST_KEY_1 |
|
| All |
boolean |
No |
Specifies whether to remove all tags. This parameter is valid only when you leave TagKey.N empty. Valid values:
Default value: false. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
Examples
Success response
JSON format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.