Home  >  Article  >  Operation and Maintenance  >  How to unbind one or more tags from an instance, disk, snapshot, image, or security group

How to unbind one or more tags from an instance, disk, snapshot, image, or security group

坏嘻嘻
坏嘻嘻Original
2018-09-27 15:46:532279browse

This article introduces how to unbind one or more tags from instances, disks, snapshots, mirrors or security groups, and focuses on the specific steps. The content of this article is compact, and I hope you can gain something.

RemoveTags

Request parameters

How to unbind one or more tags from an instance, disk, snapshot, image, or security group

# #Return parameters

are all public return parameters. See Public Return Parameters.

Example

Request example

https://ecs.aliyuncs.com/?Action=RemoveTags
&ResourceId=s-946ntx4wr
&ResourceType=snapshot
&RegionId=cn-shenzhen
&Tag.1.Key=test
&Tag.1.Value=api
&<公共请求参数>

Return example

XML format

<RemoveTagsResponse>
    <RequestId>6A2C8AB5-E15D-478C-B56A-CF3DAF060028</RequestId>
</RemoveTagsResponse>

JSON format

{
  "RequestId": "6A2C8AB5-E15D-478C-B56A-CF3DAF060028"
}

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center.

How to unbind one or more tags from an instance, disk, snapshot, image, or security group

The above is the detailed content of How to unbind one or more tags from an instance, disk, snapshot, image, or security group. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn