刪除資源標(biāo)簽。當(dāng)前支持實(shí)例 Instance 資源。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說(shuō)明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問(wèn)級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
cr:UntagResources | *全部資源 * |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ResourceType | string | 是 | 資源類型。當(dāng)前支持實(shí)例 Instance 資源。 | Instance |
ResourceId | array | 否 | 資源 ID。最多支持添加 20 個(gè)資源。 | |
string | 否 | 資源 ID。 | cri-8qong6ve5p3m**** | |
RegionId | string | 是 | 地域 ID。 | cn-hangzhou |
TagKey | array | 否 | 標(biāo)簽鍵。N 的取值范圍為 1~20。 | |
string | 否 | 標(biāo)簽的鍵。 | test-key | |
All | boolean | 否 | 是否解綁資源上全部的標(biāo)簽,取值:
說(shuō)明
如果同時(shí)設(shè)置了TagKey.n和本參數(shù),則本參數(shù)不生效。
| true |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "724402D0-75CD-4794-BC20-7D3720823AE0"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | SystemError | A system error occurred while processing your request | 系統(tǒng)異常。 |
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. | - |
403 | NoPermission | The operator is not permission for this operate | - |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-04-01 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |