:doc:`Firehose <../../firehose>` / Client / untag_delivery_stream

*********************
untag_delivery_stream
*********************



.. py:method:: Firehose.Client.untag_delivery_stream(**kwargs)

  

  Removes tags from the specified Firehose stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.

   

  If you specify a tag that doesn't exist, the operation ignores it.

   

  This operation has a limit of five transactions per second per account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UntagDeliveryStream>`_  


  **Request Syntax**
  ::

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

    The name of the Firehose stream.

    

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

    A list of tag keys. Each corresponding tag is removed from the delivery stream.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  