Skip to content

Delete Recording Configuration

ivs_delete_recording_configuration R Documentation

Deletes the recording configuration for the specified ARN

Description

Deletes the recording configuration for the specified ARN.

If you try to delete a recording configuration that is associated with a channel, you will get an error (409 ConflictException). To avoid this, for all channels that reference the recording configuration, first use update_channel to set the recordingConfigurationArn field to an empty string, then use DeleteRecordingConfiguration.

Usage

ivs_delete_recording_configuration(arn)

Arguments

arn

[required] ARN of the recording configuration to be deleted.

Value

An empty list.

Request syntax

svc$delete_recording_configuration(
  arn = "string"
)