You need to enable JavaScript to run this app.
导航
UntagResources - 解绑标签
最近更新时间:2025.09.18 21:08:22首次发布时间:2025.09.18 21:08:22
复制全文
我的收藏
有用
有用
无用
无用

解绑标签

调试

请求参数

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

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

UntagResources

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

Version
String

2024-01-01

API的版本,取值:2024-01-01。

ResourceIds.N
Array of String

rs-xawdwwqw

资源id

ResourceType
String

resource_share

资源类型

TagKeys.N
Array of String

kdajkd

标签键

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

GET /?Action=UntagResources&Version=2024-01-01&ResourceIds.1=rs-xawdwwqw&ResourceType=resource_share&TagKeys.1=kdajkd HTTP/1.1
Host: x.y.z
X-Date: 20250905T084722Z
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20250905/cn-beijing/resource_share/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f


返回示例

{
  "ResponseMetadata": {
    "RequestId": "202509051647261090451971010B4029",
    "Action": "UntagResources",
    "Version": "2024-01-01",
    "Service": "resource_share",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

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

状态码
错误码
错误信息
说明
400
SystemTagServiceConflict

the service in system tag [%s] not match request service [%s]

系统标签的服务与当前服务不匹配

400
InvalidSystemTagKey

system tag key [%s] is invalid, it must be sys:${ServiceName}:${variable}

无效的系统标签,系统标签格式必须是:sys:${ServiceName}:${variable}

400
SysTemTagConflict

can not operate system tag, it is only for service

不能操作系统标签

400
NotSupportResourceType

the resource type [%s] not support

不支持的资源类型

400
InvalidParameter

Parameter [%s] is invalid, error: %v

无效的参数,具体无效的参数在会在Error Message中给出

400
MissingParameter

Required parameter[%v] is not found

参数缺失,具体缺失的参数在会在Error Message中给出

500
InternalError

Something went wrong in internal service, please try again later

服务内部系统错误,往往是由服务内部组件异常、网络异常或服务自身bug导致,请及时联系相关管理员进行排查确认