Detaches and removes tags from a specific resource.
Operation description
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mq:UntagResources | Read |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | No | This parameter is required when you detach tags from a topic or a group. | MQ_INST_188077086902****_BX4jvZZG |
ResourceType | string | Yes | The type of the resource from which you want to detach tags. Valid values:
| TOPIC |
All | boolean | No | Specifies whether to remove all tags that are attached to the specified resource. This parameter takes effect only if the TagKey parameter is empty. Default value: false. | false |
ResourceId | array | Yes | The resource IDs. | |
string | Yes | The ID of the resource from which you want to detach tags. | TopicA | |
TagKey | array | No | The tag keys of the resource. | |
string | No | The tag key.
| CartService |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "19780F2E-7841-4E0F-A5D9-C64A0530****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
Detach and remove tags from a resource in the console
You can also detach and remove tags from a resource in the ApsaraMQ for RocketMQ console.**** For more information, see Manage tags.