All Products
Search
Document Center

ApsaraDB RDS:RemoveTagsFromResource

Last Updated:May 29, 2023

Remove tags from resource.

Operation Description

This operation has the following limits:

  • A maximum of 10 tags can be unbound in a single request.
  • If a tag is unbound from all of the instances to which the tag has been bound, the tag is automatically deleted.
  • If you specify only a TagKey, all tags that match the TagKey condition are unbound.
  • You must specify at least a TagKey or a set of a TagKey and a TagValue.

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
rds:RemoveTagsFromResourceWRITE
  • RDS
    acs:rds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
  • rds:ResourceTag
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.

ETnLKlblzczshOTUbOCzxxxxxxxxxx
proxyIdstringNo

The ID of the proxy pattern.

API
RegionIdstringYes

The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
DBInstanceIdstringYes

The ID of the instance.

rm-uf6wjk5xxxxxxx
TagsstringNo

A set of a TagKey and a TagValue that you use to unbind the tag. Format: {"key1":"value1"}.

NoteThe TagKey is required, and the TagValue is optional.
{"key1":"value1"}
Tag.1.keystringNo

The TagKey of the first tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

key1
Tag.2.keystringNo

The TagKey of the second tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

key2
Tag.3.keystringNo

The TagKey of the third tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

key3
Tag.4.keystringNo

The TagKey of the fourth tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

key4
Tag.5.keystringNo

The TagKey of the fifth tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

key5
Tag.1.valuestringNo

The TagValue of the first tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

value1
Tag.2.valuestringNo

The TagValue of the second tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

value2
Tag.3.valuestringNo

The TagValue of the third tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

value4
Tag.4.valuestringNo

The TagValue of the fourth tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

value4
Tag.5.valuestringNo

The TagValue of the fifth tag that you want to unbind. Each tag consists of a TagKey and a TagValue. You can specify up to five tags in a single request. The TagKey is required, and the TagValue is optional.

value5

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

AE00ACCD-1CF9-4920-9BB9-0175EFF43405

Examples

Sample success responses

JSONformat

{
    "requestId": "AE00ACCD-1CF9-4920-9BB9-0175EFF43405"
}

XMLformat

<?xml version="1.0" encoding="UTF-8" ?>
<RemoveTagsFromResourceResponse>
	<requestId>AE00ACCD-1CF9-4920-9BB9-0175EFF43405</requestId></RemoveTagsFromResourceResponse>
	

Sample failed responses

JSONformat

{
    "RequestId": "7463B73D-35CC-4D19-A010-6B8D65D242EF",
    "HostId": "rds.aliyuncs.com",
    "Code": "UnsupportedOperation",
    "Message": "The specified action is not supported."
}

Error codes

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