UntagQueue
Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.
Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a user name in the Amazon SQS Developer Guide.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- QueueUrl
-
The URL of the queue.
Type: String
Required: Yes
- TagKey.N
-
The list of tags to be removed from the specified queue.
Type: Array of strings
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
Examples
Example
This example illustrates one usage of UntagQueue.
Sample Request
https://sqs.us-east-2.amazonaws.com/123456789012/MyQueue/
?Action=UntagQueue
&TagKey=QueueType
&Expires=2020-10-18T22%3A52%3A43PST
&Version=2012-11-05
&AUTHPARAMS
Sample Response
<UntagQueueResponse>
<ResponseMetadata>
<RequestId>a1b2c3d4-e567-8901-23f4-g5678901hi23</RequestId>
</ResponseMetadata>
</UntagQueueResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: