All Products
Search
Document Center

Resource Access Management:UntagResources

Last Updated:Mar 10, 2025

Removes tags from a resource.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
ram:UntagResourcesupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The type of the resource. Valid value:

  • user: a RAM user
user
AllbooleanNo

Specifies whether to remove all tags from the resource. Valid values:

  • true: remove all tags from the resources.
  • false (default): does not remove all tags from the resources.
Note This parameter takes effect only when TagKey.N is not set in the request.
false
ResourcePrincipalNamearrayYes

The names of resources.

Valid values of N: 1 to 50. If the ResourceType parameter is set to user, the resource name is the name of the RAM user.

Note You must specify only one of the following parameters: ResourceId and ResourcePrincipalName.
stringYes

The name of resource N.

Valid values of N: 1 to 50. If the ResourceType parameter is set to user, the resource name is the name of the RAM user.

Note You must specify only one of the following parameters: ResourceId and ResourcePrincipalName.
test@example.onaliyun.com
ResourceIdarrayYes

The IDs of resources.

Valid values of N: 1 to 50. If the ResourceType parameter is set to user, the resource ID is the ID of the RAM user.

Note You must specify only one of the following parameters: ResourceId and ResourcePrincipalName.
stringYes

The ID of resource N.

Valid values of N: 1 to 50. If the ResourceType parameter is set to user, the resource ID is the ID of the RAM user.

Note You must specify only one of the following parameters: ResourceId and ResourcePrincipalName.
20732900249392****
TagKeyarrayNo

The tag keys of resources.

Valid values of N: 1 to 20. N must be consecutive.

stringNo

The tag key of resource N.

Valid values of N: 1 to 20. N must be consecutive.

operator

For more information about common request parameters, see API Reference.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

6AC79B74-9A78-58E2-818B-1D38EDC64D67

Examples

Sample success responses

JSONformat

{
  "RequestId": "6AC79B74-9A78-58E2-818B-1D38EDC64D67"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-08-14API Description UpdateView Change Details
2023-09-19The internal configuration of the API is changed, but the call is not affectedView Change Details