You need to enable JavaScript to run this app.
导航
DeleteTags - 删除标签
最近更新时间:2024.09.29 11:41:09首次发布时间:2022.09.02 08:59:16

调用 DeleteTags 接口为一个或多个资源删除用户标签。

注意事项

  • 单次调用该接口最多可删除20个标签。
  • 重复解绑标签会覆盖原有结果,标签值更新。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DeleteTags

要执行的操作,取值:DeleteTags。

Version
String

2020-04-01

API的版本,取值:2020-04-01。

ClientToken
String

333456899ff****

保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
取值:仅支持ASCII字符,且不能超过64个字符。

ResourceIds.N
Array of String

ResourceIds.1=i-l8u0p77yseabkpak****&ResourceIds.2=i-l8u0p7xyseabkbak****

资源ID。

  • 参数 - N:表示资源的序号,取值范围:1~50。
  • 多个资源之间用&分隔。
ResourceType
String

instance

资源类型,取值:

  • instance:实例
  • image:镜像
  • reservedinstance:预留实例券
  • scheduledinstance:弹性预约实例
TagKeys.N
Array of String

TagKeys.1=k1

资源要删除的用户标签的标签键。

  • 参数 - N:表示标签键的序号,取值范围:1~20。
  • 多个标签键之间用&分隔。

命名规则如下:

  • 不能以任何大小写形式的volc:sys:开头。

    volc:sys:开头为系统预留标签键禁止创建。

  • 只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。
  • 长度限制在1~128个字符之间。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

说明

仅当请求参数输入不合法时提示下文中的接口错误码。若请求参数输入无误,将不会提示接口错误码,且接口的返回状态码将为200,但这并不代表对所有资源的操作均已成功,单个资源的操作结果请参见如下返回参数中的信息。

参数
类型
示例值
描述
OperationDetails
Array of Object

--

操作详情。

请求示例

GET /?Action=DeleteTags&Version=2020-04-01&ResourceType=instance&ResourceIds.1=i-l8u0p77yseabkpak****&ResourceIds.2=i-l8u0p7xyseabkbak****&TagKeys.1=k1 HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
ServiceName: ecs

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "DeleteTags",
        "Version": "2020-04-01",
        "Service": "ecs",
        "Region": "cn-beijing"
    },
    "Result": {
        "OperationDetails": [
            {
                "Error": null,
                "ResourceId": "i-l8u0p77yseabkpak****"
            },
            {
                "Error": {
                    "Code": "InvalidResourceId.NotFound",
                    "Message": "The specified ResourceId does not exist."
                },
                "ResourceId": "i-l8u0p7xyseabkbak****"
            }
        ]
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
IdempotentParameterMismatch
The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

幂等参数不一致。

400
InvalidArgument
The specified argument is invalid.

指定的参数不合法。

400
InvalidClientToken.Malformed
The specified ClientToken is malformed.

指定的ClientToken不合法。

400
InvalidTagKey.Malformed
The specified TagKey is malformed.

指定的标签的键不合法。

400
LimitExceeded.MaximumResourceIds
You've reached the limit on the number of ResourceIds that you can set.

指定的资源ID数量超过限制。

400
LimitExceeded.MaximumTagKeys
You've reached the limit on the number of TagKeys that you can set.

指定的标签键超出取值范围。

404
InvalidResourceId.NotFound
The specified ResourceId does not exist.

指定资源不存在。

404
InvalidResourceType.NotFound
The specified ResourceType does not exist.

指定的资源类型不存在。

404
InvalidTagKey.NotFound
The specified TagKey does not exist.

指定的标签键不存在。

412
IdempotentProcessing
The request uses the same client token as a previous one that is still in process.

先前的幂等请求仍在处理中,请稍后重试。

500
InternalError
An internal error has occurred.

内部错误,请重试。如果多次尝试失败,请提交工单。