:doc:`SQS <../../sqs>` / Client / untag_queue

***********
untag_queue
***********



.. py:method:: SQS.Client.untag_queue(**kwargs)

  

  Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see `Tagging Your Amazon SQS Queues <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html>`__ in the *Amazon SQS Developer Guide*.

   

  .. note::

    

    Cross-account permissions don't apply to this action. For more information, see `Grant cross-account permissions to a role and a username <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-customer-managed-policy-examples.html#grant-cross-account-permissions-to-role-and-user-name>`__ in the *Amazon SQS Developer Guide*.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/UntagQueue>`_  


  **Request Syntax**
  ::

    response = client.untag_queue(
        QueueUrl='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type QueueUrl: string
  :param QueueUrl: **[REQUIRED]** 

    The URL of the queue.

    

  
  :type TagKeys: list
  :param TagKeys: **[REQUIRED]** 

    The list of tags to be removed from the specified queue.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SQS.Client.exceptions.InvalidAddress`

  
  *   :py:class:`SQS.Client.exceptions.RequestThrottled`

  
  *   :py:class:`SQS.Client.exceptions.QueueDoesNotExist`

  
  *   :py:class:`SQS.Client.exceptions.InvalidSecurity`

  
  *   :py:class:`SQS.Client.exceptions.UnsupportedOperation`

  