Skip to content

Untag Delivery Stream

firehose_untag_delivery_stream R Documentation

Removes tags from the specified delivery stream

Description

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.

Usage

firehose_untag_delivery_stream(DeliveryStreamName, TagKeys)

Arguments

DeliveryStreamName

[required] The name of the delivery stream.

TagKeys

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

Value

An empty list.

Request syntax

svc$untag_delivery_stream(
  DeliveryStreamName = "string",
  TagKeys = list(
    "string"
  )
)