All Products
Search
Document Center

Cloud Enterprise Network:UntagResources

Last Updated:Apr 11, 2023

Remove tags from resources.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociation operation
cen:UntagResourcesWRITE
  • CEN
    acs:cen:*:{#accountId}:ceninstance/{#ceninstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The resource type. Valid value:

Cen: Cloud Enterprise Network (CEN) instance

BandwidthPackage: bandwidth plan

TransitRouter: transit router

TransitRouterVpcAttachment: virtual private cloud (VPC) connection

TransitRouterVbrAttachment: virtual border router (VBR) connection

TransitRouterPeerAttachment: inter-region connection

TransitRouterVpnAttachment: VPN connection

TransitRouterRouteTable: route table

Flowlog: flow log

TransitRouterMulticastDomain: multicast domain

cen
AllbooleanNo

Specifies whether to remove all tags. Valid values:

  • true: yes
  • false (default): no
NoteThis parameter is valid only when the TagKey.N parameter is empty.
false
ResourceIdarrayYes

The ID of the resource. Valid values of N: 1 to 50.

stringNo

The ID of the resource. Valid values of N: 1 to 50.

cen-7qthudw0ll6jmc****
TagKeyarrayNo

The tag key.

The tag key cannot exceed 64 characters in length, and cannot start with aliyun or acs:. It cannot contain http:// or https://.

If multiple tag keys are specified, the logical relation among these tag keys is AND. Valid values of N: 1 to 20.

stringNo

The tag key.

The tag key cannot exceed 64 characters in length, and cannot start with aliyun or acs:. It cannot contain http:// or https://.

If multiple tag keys are specified, the logical relation among these tag keys is AND. Valid values of N: 1 to 20.

Name
RegionIdstringNo

The ID of the region where the resource is deployed.

You can ignore this parameter if ResourceType is set to Cen or BandwidthPackage.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object

The response.

RequestIdstring

The ID of the request.

C46FF5A8-C5F0-4024-8262-B16B639225A0

Examples

Sample success responses

JSONformat

{
  "RequestId": "C46FF5A8-C5F0-4024-8262-B16B639225A0\t"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidTagKeyThe tag keys are not valid.The error message returned because the specified tag key is invalid.
400InvalidTagValueThe tag values are not valid.The error message returned because the specified tag value is invalid.
400MissingParam%s-
400InvalidInstanceType.NotFoundThe instance type is not foundThe error message returned because the specified instance type does not exist.
400InvalidInstanceIds.NotFoundThe instanceIds are not foundThe error message returned because the specified instance does not exist.
400Forbidden.TagKeysThe request do not allow to operate the tag keysThe error message returned because you cannot manage the specified tag key.
400QuotaExceeded.TagNumCustom Tags quota exceededThe error message returned because the number of tags has reached the upper limit.
400InvalidTagScope.NotFoundThe tag scope is not foundThe error message returned because the specified tag scope is invalid.
400Forbidden.NotAllowedCategaryThe System tag is not validThe error message returned because you cannot configure system tags.
400Forbidden.TagKeysThe request does not allow operate this tagkeysThe error message returned because you cannot manage the specified tag key.
400SizeLimitExceeded.ResourceIdNumThe ResourceIds parameter's number is exceed , Valid : 20-
400IllegalParam.RegionThe specified region is invalid.The error message returned because the specified region is invalid.
400InvalidParameterInvalid parameter.The error message returned because the parameter is set to an invalid value.
400UnauthorizedThe AccessKeyId is unauthorized.The error message returned because you do not have the permissions to perform this operation.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-11-16The error codes of the API operation change.,The input parameters of the API operation change.
Change itemChange content
Error CodesThe error codes of the API operation change.
    delete Error Codes: 400
Input ParametersThe input parameters of the API operation change.
    delete Input Parameters: RegionId
2022-11-15The error codes of the API operation change.,The input parameters of the API operation change.
Change itemChange content
Error CodesThe error codes of the API operation change.
    delete Error Codes: 400
Input ParametersThe input parameters of the API operation change.
    Added Input Parameters: RegionId