UntagQueue
Written by
Updated at March 31, 2025
Method for getting queue labels. Updating labels can take up to 60 seconds.
Request
Request parameters
Parameter | Type | Required parameter | Description |
---|---|---|---|
QueueUrl |
string | Yes | URL of a queue |
TagKeys.N |
array | Yes | List of keys |
List of keys
List of keys to remove matching queue labels. The labels are provided as a list.
TagKey.N (key)
Response
Successful response fields
The response does not contain any fields.
UntagQueue
errors
For a list of errors common for all methods, see Common errors.
Request example
Action=UntagQueue
&Version=2012-11-05
&QueueUrl=https://message-queue.api.cloud.yandex.net/b1g8ad42m6he********/dj6000000000********/sample-queue
&TagKey.1=environment
For more information about forming requests, see General API request format.
Response example
<UntagQueueResponse>
<ResponseMetadata>
<RequestId>87acfbed-5254a88a-ef8d6306-e5fd93e-74626d14b02d992c99e5fa1b********</RequestId>
</ResponseMetadata>
</UntagQueueResponse>