调用 UntagResources 接口,为资源解绑用户标签。
标签依赖资源而存在。标签绑定的资源全部解绑后,该标签会被自动删除。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UntagResources | 要执行的操作,取值为UntagResources。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ResourceType | String | 是 | vpc | 资源的类型,取值如下:
|
ResourceIds.N | String | 是 | ResourceIds.1=vpc-273w3e33y2y9s7fap8u2j****&ResourceIds.2=vpc-bp15zckdt37pq72zv**** | 资源的ID。
|
TagKeys.N | String | 是 | TagKeys.1=k1&TagKeys.2=k2 | 待删除用户标签的标签键。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=UntagResources&Version=2020-04-01&ResourceType=vpc&ResourceIds.1=vpc-273w3e33y2y9s7fap8u2j****&ResourceIds.2=vpc-bp15zckdt37pq72zv****&TagKeys.1=k1&TagKeys.2=k2 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "UntagResources", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidTagKey.Malformed | The specified parameter tag key is invalid. | 标签键不合法。 |
400 | LimitExceeded.Tags | You've reached the limit on the number of tags that you can operate at one time. | 已达到单次可操作标签数量的上限。 |
400 | LimitExceeded.Resource | You've reached the limit on the number of resources that you can operate at one time. | 已达到单次可操作资源数量的上限。 |
400 | InvalidResource.NotFound | The specified resource does not exist. | 指定的资源不存在。 |
400 | InvalidResourceType.Malformed | The specified parameter resource type is invalid. | 资源类型不合法。 |
400 | InvalidResourceType.NotFound | The specified resource type does not exist. | 指定的资源类型不存在。 |