Skip to content

Delete Stream Key

ivs_delete_stream_key R Documentation

Deletes the stream key for the specified ARN, so it can no longer be used to stream

Description

Deletes the stream key for the specified ARN, so it can no longer be used to stream.

Usage

ivs_delete_stream_key(arn)

Arguments

arn

[required] ARN of the stream key to be deleted.

Value

An empty list.

Request syntax

svc$delete_stream_key(
  arn = "string"
)