View source: R/firehose_operations.R
firehose_untag_delivery_stream | R Documentation |
Removes tags from the specified Firehose stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.
See https://www.paws-r-sdk.com/docs/firehose_untag_delivery_stream/ for full documentation.
firehose_untag_delivery_stream(DeliveryStreamName, TagKeys)
DeliveryStreamName |
[required] The name of the Firehose stream. |
TagKeys |
[required] A list of tag keys. Each corresponding tag is removed from the delivery stream. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.