v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428150135.9 KB

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.

post/untagStream

Request body

StreamARNstring

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

StreamNamestring

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

TagKeyListTagKey[] required

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

Response

Success

UntagStreamOutput required