All Products
Search
Document Center

Alibaba Cloud Service Mesh:UntagResources

Last Updated:Mar 05, 2024

Deletes user tags on a Service Mesh (ASM) instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the ASM instance.

cn-hangzhou
ResourceTypestringYes

The resource type. Set the value to servicemesh.

servicemesh
ResourceIdarrayYes

The IDs of the ASM instances.

stringYes

The ID of the ASM instance.

c418807cb4e5840eab018da7d8f5daa11
TagKeyarrayNo

The tag keys.

stringNo

The tag key.

The key of tag N can be up to 64 characters in length, and cannot start with aliyun or acs:. The tag key cannot contain http:// or https://.

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
AllbooleanNo

Specifies whether to delete all tags. This parameter takes effect only when the TagKey.N parameter is not specified. Valid values:

  • true
  • false

Default value: false.

false

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

BD65C0AD-D3C6-48D3-8D93-38D2015C****

Examples

Sample success responses

JSONformat

{
  "RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****"
}

Error codes

For a list of error codes, visit the Service error codes.