Firehose / Client / untag_delivery_stream

untag_delivery_stream#

Firehose.Client.untag_delivery_stream(**kwargs)#

Removes tags from the specified delivery 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

Request Syntax

response = client.untag_delivery_stream(
    DeliveryStreamName='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • DeliveryStreamName (string) –

    [REQUIRED]

    The name of the delivery stream.

  • TagKeys (list) –

    [REQUIRED]

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

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions