调用RemoveTags从实例、磁盘、快照、镜像或者安全组等解绑一个或多个标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RemoveTags | 系统规定参数。取值:RemoveTags |
RegionId | String | 是 | cn-shenzhen | 资源所属地域。您可以调用DescribeRegions查看最新的阿里云地域列表。 |
ResourceId | String | 是 | s-946ntx4**** | 要解绑标签的资源ID。例如,当资源类型(ResourceType)为实例(instance)时,资源ID可以理解为实例ID。 |
ResourceType | String | 是 | snapshot | 资源类型。取值范围:
以上取值均为小写。 |
Tag.N.value | String | 否 | testvalue | 资源的标签值。
说明 为提高兼容性,建议您尽量使用Tag.N.Value参数。
|
Tag.N.key | String | 否 | testkey | 资源的标签键。
说明 为提高兼容性,建议您尽量使用Tag.N.Key参数。
|
Tag.N.Key | String | 否 | TestKey | 资源的标签键。N的取值范围:1~20。一旦传入该值,则不允许为空字符串。最多支持64个字符,不能以aliyun和acs:开头,不能包含http://或者https://。 |
Tag.N.Value | String | 否 | TestValue | 资源的标签值。N的取值范围:1~20。一旦传入该值,可以为空字符串。最多支持128个字符,不能以aliyun和acs:开头,不能包含http://或者https://。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E | 请求ID。 |
示例
请求示例
https://ecs.aliyuncs.com/?Action=RemoveTags &RegionId=cn-shenzhen &ResourceId=s-946ntx4**** &ResourceType=snapshot &Tag.1.Key=TestKey &Tag.1.Value=TestValue &<公共请求参数>
正常返回示例
XML
格式
<RemoveTagsResponse> <RequestId>6A2C8AB5-E15D-478C-B56A-CF3DAF060028</RequestId> </RemoveTagsResponse>
JSON
格式
{ "RequestId": "6A2C8AB5-E15D-478C-B56A-CF3DAF060028" }
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidResourceId.NotFound | The specified ResourceId is not found in our records. | 指定的资源不存在,请您检查该资源是否正确。 |
404 | InvalidRegionId.NotFound | The specified RegionId does not exist. | 指定的地域ID不存在。 |
404 | InvalidResourceType.NotFound | The ResourceType provided does not exist in our records. | 指定的资源类型不存在。 |
403 | InvalidResourceId.NotSupported | The specified ResourceId does not support tagging. | 指定的资源ID不支持标记。 |
400 | InvalidTagCount | The specified tags are beyond the permitted range. | 指定的标记超出取值范围。 |
400 | InvalidTagKey.Malformed | The specified Tag.n.Key is not valid. | 指定的标签键不合法。 |
400 | InvalidResourceType.NotFound | The specified ResourceType does not exist. | 资源类型无效。 |
访问错误中心查看更多错误码。