Skip to content

Delete Ad Configuration

ivs_delete_ad_configuration R Documentation

Deletes the specified ad configuration

Description

Deletes the specified ad configuration.

Usage

ivs_delete_ad_configuration(arn)

Arguments

arn

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

Value

An empty list.

Request syntax

svc$delete_ad_configuration(
  arn = "string"
)