UntagResources - 解绑标签

更新时间:
复制为 MD 格式

删标签接口

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

DELETE /tags HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

resourceType

string

资源类型

Service

resourceId

array

资源 ID 列表

string

资源 ID

test

tagKey

array

标签键。

最多可以解绑 20 个标签键

string

标签键

env

all

boolean

是否解绑指定资源的全部标签。取值:

false(默认值):否 true:是

false

返回参数

名称

类型

描述

示例值

object

Schema of Response

requestId

string

请求 ID

8FDE2569-626B-5176-9844-28877A*****

示例

正常返回示例

JSON格式

{
  "requestId": "8FDE2569-626B-5176-9844-28877A*****"
}

错误码

HTTP status code

错误码

错误信息

描述

400 InvalidParameter.ResourceType The ResourceType parameter is invalid.
400 MissingParameter.ResourceIds You must specify ResourceId.N.
400 MissingParameter.ResourceType You must specify ResourceType.
400 InvalidParameter.TagKey The Tag.N.Key parameter is invalid.
400 InvalidParameter.TagKeysOrDeleteAll The TagKeys or DeleteAll parameter is invalid.
400 NumberExceed.ResourceIds The maximum number of ResourceIds is exceeded.
400 NumberExceed.TagKeys The maximum number of TagKeys is exceeded.
400 Duplicate.TagKey The Tag.N.Key contains duplicate keys.
400 InvalidResourceId.NotFound The specified ResourceIds are not found in our records.
500 InternalError The request processing has failed due to some unknown error.
403 NoPermission The operator is not permission for this operate

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情