Home > Article > Operation and Maintenance > How to unbind one or more tags from an instance, disk, snapshot, image, or security group
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
# #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.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!