Deletes user tags on a Service Mesh (ASM) instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the ASM instance. | cn-hangzhou |
ResourceType | string | Yes | The resource type. Set the value to | servicemesh |
ResourceId | array | Yes | The IDs of the ASM instances. | |
string | Yes | The ID of the ASM instance. | c418807cb4e5840eab018da7d8f5daa11 | |
TagKey | array | No | The tag keys. | |
string | No | The tag key. The key of tag N can be up to 64 characters in length, and cannot start with If multiple tag keys are specified, the logical relation among these tag keys is OR. Valid values of N: 1 to 20. | TEST_KEY_1 | |
All | boolean | No | Specifies whether to delete all tags. This parameter takes effect only when the TagKey.N parameter is not specified. Valid values:
Default value: false. | false |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}
Error codes
For a list of error codes, visit the Service error codes.