Removes tags from the resources of various Alibaba Cloud services.
Usage notes
After you remove a tag, the tag is automatically deleted within 24 hours if it is not added to other resources.
This topic provides an example on how to call the API operation to remove the tag
whose tag key is k1
from the virtual private cloud (VPC) vpc-bp19dd90tkt6tz7wu****
in the cn-hangzhou
region.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UntagResources |
The operation that you want to perform. Set the value to UntagResources. |
RegionId | String | Yes | cn-hangzhou |
The region ID of the resources. |
ResourceARN.N | String | Yes | arn:acs:vpc:cn-hangzhou:123456789****:vpc/vpc-bp19dd90tkt6tz7wu**** |
The Alibaba Cloud Resource Names (ARNs) of the resources. For more information about supported resource types and ARN examples, see Types of resources that support Tag API operations. Valid values of N: 1 to 50. Example: ResourceARN.1 = arn:acs:${Service}:${Region}:${Account}:${ResourceType}/${ResourceId}. |
TagKey.N | String | Yes | k1 |
The tag keys. Valid values of N: 1 to 10. |
For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 43D12436-B10F-4469-8136-FD1C5D2B2083 |
The ID of the request. |
FailedResources | Array of FailedResource |
The information of resources from which tags fail to be removed. Note
|
|
FailedResource | |||
ResourceARN | String | arn:acs:ecs:cn-hangzhou:123456789****:instance/i-xxxxxxxxxx1 |
The ARN of the resource. |
Result | Object |
The information of the error. |
|
Code | String | InvalidResourceId.NotFound |
The error code. |
Message | String | The specified ResourceIds are not found in our records. |
The error message. |
Examples
Sample requests
https://tag.aliyuncs.com/?Action=UntagResources
&RegionId=cn-hangzhou
&ResourceARN.1=arn:acs:vpc:cn-hangzhou:123456789****:vpc/vpc-bp19dd90tkt6tz7wu****
&TagKey.1=k1
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<?xml version="1.0" encoding="UTF-8" ?>
<UntagResourcesResponse>
<RequestId>43D12436-B10F-4469-8136-FD1C5D2B2083</RequestId>
<FailedResources></FailedResources>
</UntagResourcesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "43D12436-B10F-4469-8136-FD1C5D2B2083",
"FailedResources" : {
"FailedResource" : [ ]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter.ServiceCode | The ServiceCode parameter of ResourceIdARN is invalid. | The error message returned because the service code in the ARN of the resource is invalid. |
403 | Duplicate.TagKey | The Tag.N.Key contains duplicate keys. | The error message returned because duplicate tag keys are specified. |
403 | InvalidParameter.Category | The specified Category is invalid. Valid values are Custom and System. | The error message returned because the value of the Category parameter is invalid. The value can be Custom or System. |
403 | MissingParameter.Createby | You must specify Createby. | The error message returned because the Createby parameter is not specified. |
403 | MissingParameter.ResourceIds | You must specify ResourceIds. | The error message returned because the ResourceIds parameter is not specified. |
403 | NoPermission.Operator | The user is not authorized to operate on the specified resource. | The error message returned because you are not authorized to perform the operation. |
403 | NoPermission.SystemTag | The user does not have permission to operate the system tag. | The error message returned because you are not authorized to perform operations on the system tag. |
403 | NoPermissionKey.Category | Some keys cannot be modified because the user does not have permission. | The error message returned because you are not authorized to perform operations on some tag keys. |
403 | NoPermissionKey.Operator | You are not authorized to operate the tag key. | The error message returned because you are not authorized to perform operations on the tag key. |
403 | NumberExceed.ResourceIds | The maximum number of ResourceIds is exceeded. | The error message returned because the maximum value of the ResourceIds parameter has been reached. |
403 | NumberExceed.Tags | The maximum number of Tags is exceeded. | The error message returned because the maximum value of the Tags parameter has been reached. |
403 | QuotaExceed.TagsPerResource | The maximum number of tags for each resource is exceeded. | The error message returned because the maximum number of tags for a resource has been reached. |
403 | Invalid.ResourceIdARN | The parameter ResourceIdARN is invalid. | The error message returned because the value of the ResourceARN parameter is invalid. |
403 | Missing.ServiceCode | You must specify ServiceCode. | The error message returned because the service code is not specified. |
403 | InvalidParameter.ResourceType | The ResourceType parameter is invalid. | The error message returned because the value of the ResourceType parameter is invalid. |
403 | InvalidParameter.TagKey | The Tag.N.Key parameter is invalid. | The error message returned because the value of the TagKey parameter is invalid. |
403 | InvalidParameter.TagValue | The Tag.N.Value parameter is invalid. | The error message returned because the value of the TagValue parameter is invalid. |
404 | Missing.TagKey | Tag.N.Value has been specified and you must specify Tag.N.Key. | The error message returned because the key of a tag is not specified. |
404 | MissingParameter.AliUid | You must specify AliUid. | The error message returned because the AliUid parameter is not specified. |
404 | MissingParameter.Bid | You must specify Bid. | The error message returned because the Bid parameter is not specified. |
404 | MissingParameter.TagKey | You must specify TagKey. | The error message returned because the TagKey parameter is not specified. |
For a list of error codes, visit the API Error Center.