Delete Ingest Configuration
| ivsrealtime_delete_ingest_configuration | R Documentation | 
Deletes a specified IngestConfiguration, so it can no longer be used to broadcast¶
Description¶
Deletes a specified IngestConfiguration, so it can no longer be used to
broadcast. An IngestConfiguration cannot be deleted if the publisher is
actively streaming to a stage, unless force is set to true.
Usage¶
ivsrealtime_delete_ingest_configuration(arn, force)
Arguments¶
arn | 
[required] ARN of the IngestConfiguration.  | 
force | 
Optional field to force deletion of the IngestConfiguration. If
this is set to   | 
Value¶
An empty list.
Request syntax¶
svc$delete_ingest_configuration(
  arn = "string",
  force = TRUE|FALSE
)