All Products
Search
Document Center

ApsaraMQ for Kafka:UntagResources

Last Updated:Mar 15, 2024

Detaches tags from a specified resource.

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
alikafka:UntagResourcesWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region in which the resource is deployed.

cn-hangzhou
ResourceTypestringYes

The type of the resources. Valid values:

  • INSTANCE
  • TOPIC
  • CONSUMERGROUP
Note The value of this parameter is not case-sensitive.
INSTANCE
AllbooleanNo

Specifies whether to detach all tags from the resource. This parameter only takes effect when the TagKey.N parameter is not configured. Default value: false.

false
ResourceIdarrayYes

The IDs of the resources from which you want to detach tags.

stringYes

The following items describe the formats of resource IDs:

  • Instance ID: instanceId
  • Topic ID: Kafka_instanceId_topic
  • Group ID: Kafka_instanceId_consumerGroup

For example, the resources from which you want to detach tags include the alikafka_post-cn-v0h1fgs2xxxx instance, the test-topic topic, and the test-consumer-group consumer group. In this case, the resource IDs are alikafka_post-cn-v0h1fgs2xxxx, Kafka_alikafka_post-cn-v0h1fgs2xxxx_test-topic, and Kafka_alikafka_post-cn-v0h1fgs2xxxx_test-consumer-group.

alikafka_post-cn-v0h1fgs2****
TagKeyarrayNo

The tag key.

stringNo
  • If you leave this parameter empty and set All to true, all tag keys are matched.
  • The tag key must be 1 to 128 characters in length and cannot start with acs: or aliyun. The tag key cannot contain http:// or https://.
FinanceDept

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C46FF5A8-C5F0-4024-8262-B16B6392****

Examples

Sample success responses

JSONformat

{
  "RequestId": "C46FF5A8-C5F0-4024-8262-B16B6392****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-11-09The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.