:doc:`KinesisAnalytics <../../kinesisanalytics>` / Client / untag_resource

**************
untag_resource
**************



.. py:method:: KinesisAnalytics.Client.untag_resource(**kwargs)

  

  Removes one or more tags from a Kinesis Analytics application. For more information, see `Using Tagging <https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/UntagResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the Kinesis Analytics application from which to remove the tags.

    

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

    A list of keys of tags to remove from the specified application.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`KinesisAnalytics.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`KinesisAnalytics.Client.exceptions.ResourceInUseException`

  
  *   :py:class:`KinesisAnalytics.Client.exceptions.TooManyTagsException`

  
  *   :py:class:`KinesisAnalytics.Client.exceptions.InvalidArgumentException`

  
  *   :py:class:`KinesisAnalytics.Client.exceptions.ConcurrentModificationException`

  