UntagResources

删除资源的标记。

调试

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

请求参数

名称

类型

是否必选

示例值

描述

Action String UntagResources

系统规定参数。取值:UntagResources

ResourceType String organization

取值"consortium"(联盟)或"organization"(组织)。

All Boolean true

是否删除实例所有的TagKey,仅当TagKey为空时有效。

ResourceId.N String peers-tf000eihjli000shanghai-yqxvj52lruxx

实例Id,N取值0,50。不可重复。

TagKey.N String key1

Tag Key值,N取值1,20。不可重复。

返回数据

名称

类型

示例值

描述

RequestId String 21B8738D-254C-4933-9FC1-3C31B2611482

请求ID。

Result Boolean true

结果值。

Success Boolean true

调用是否成功。

ErrorCode Integer 200

错误码。

示例

请求示例

http(s)://[Endpoint]/?Action=UntagResources
&ResourceType=organization
&All=true
&ResourceId=["peers-tf000eihjli000shanghai-yqxvj52lruxx"]
&TagKey=["key1"]
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<UntagResourcesResponse>
    <RequestId>21B8738D-254C-4933-9FC1-3C31B2611482</RequestId>
    <Result>true</Result>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
</UntagResourcesResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "21B8738D-254C-4933-9FC1-3C31B2611482",
  "Result" : true,
  "Success" : true,
  "ErrorCode" : 200
}

错误码

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