:doc:`KinesisVideo <../../kinesisvideo>` / Client / untag_stream

************
untag_stream
************



.. py:method:: KinesisVideo.Client.untag_stream(**kwargs)

  

  Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

   

  In the request, you must provide the ``StreamName`` or ``StreamARN``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/UntagStream>`_  


  **Request Syntax**
  ::

    response = client.untag_stream(
        StreamARN='string',
        StreamName='string',
        TagKeyList=[
            'string',
        ]
    )
    
  :type StreamARN: string
  :param StreamARN: 

    The Amazon Resource Name (ARN) of the stream that you want to remove tags from.

    

  
  :type StreamName: string
  :param StreamName: 

    The name of the stream that you want to remove tags from.

    

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

    A list of the keys of the tags that you want to remove.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`KinesisVideo.Client.exceptions.ClientLimitExceededException`

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

  
  *   :py:class:`KinesisVideo.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.NotAuthorizedException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.InvalidResourceFormatException`

  