All Products
Search
Document Center

Server Load Balancer:UntagResources

Last Updated:Mar 14, 2024

Removes tags from resources.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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 keyAssociated operation
slb:UntagResourcesWRITE
  • acl
    acs:slb:{#regionId}:{#accountId}:acl/{#aclId}
  • certificate
    acs:slb:{#regionId}:{#accountId}:certificate/{#certificateId}
  • loadbalancer
    acs:slb:{#regionId}:{#accountId}:loadbalancer/{#loadbalancerId}
  • slb:tag
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region where the Server Load Balancer (SLB) instance is created.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
ResourceTypestringYes

The type of the resource. Valid values:

  • instance: an SLB instance
  • certificate: a certificate
  • acl: a network access control list (ACL)
instance
AllbooleanNo

Specifies whether to remove all tags from the specified one or more resources. This parameter takes effect only if the TagKey.N parameter is not set.

Valid values: true and false.

true
ResourceIdarrayYes

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

stringYes

The resource ID.

lb-bp16qjewdsunr41m1****
TagKeyarrayNo

The tag value. Valid values of N: 1 to 20.

The tag value can be up to 128 characters in length and cannot contain http:// or https://. The tag value cannot start with acs: or aliyun.

Note If you do not set TagKey, all tags of the specified instance are removed.
stringNo

The keys of the tags that you want to remove.

test_slb_yaochi_tag_key-4

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C46FF5A8-C5F0-4024-8262-B16B639225A0

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError message
400TagTypeNotSameThe category of tags in the same request must be the same.
400ResourceNotExist%s.
400DeniedForNoneTagCreator%s.
400DeniedForScopeNotEqual%s.
400InvalidParam.ResourceTypeThe specified ResourceType is invalid.
400InvalidParam.TagKeyThe specified TagKey is invalid.
400InvalidParam.TagValueThe specified TagValue is invalid.
400InvalidParam.TagKeyOrValueThe specified TagKey or TagValue is invalid.
400InvalidParam.TagOwnerUidThe specified TagOwnerUid is invalid.
400InvalidParam.TagOwnerBidThe specified TagOwnerBid is invalid.
400MissingParam.TagOwnerUidThe parameter TagOwnerUid is required.
400MissingParam.TagOwnerBidThe parameter TagOwnerBid is required.
400InvalidParameter.RegionIdThe specified RegionId does not exist.
400MissingParam.ResourceIdThe parameter ResourceId is required.
400DeniedForOperateCustomTag%s.
400Duplicate.TagKeyThe param TagKey has duplicate value.
400SizeLimitExceeded.ResourceIdThe maximum size of ResourceId is exceeded.
400SizeLimitExceeded.TagKeyThe maximum size of TagKey is exceeded.

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

Change history

Change timeSummary of changesOperation
2023-12-13The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400