:doc:`Kinesis <../../kinesis>` / Client / untag_resource

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



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

  

  Removes tags from the specified Kinesis resource. Removed tags are deleted and can't be recovered after this operation completes successfully.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/UntagResource>`_  


  **Request Syntax**
  ::

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

    A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.

    

  
    - *(string) --* 

    

  :type ResourceARN: string
  :param ResourceARN: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.

    

  
  :type StreamId: string
  :param StreamId: 

    Not Implemented. Reserved for future use.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Kinesis.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`Kinesis.Client.exceptions.LimitExceededException`

  
  *   :py:class:`Kinesis.Client.exceptions.AccessDeniedException`

  