Delete Stage
| ivsrealtime_delete_stage | R Documentation | 
Shuts down and deletes the specified stage (disconnecting all participants)¶
Description¶
Shuts down and deletes the specified stage (disconnecting all
participants). This operation also removes the stageArn from the
associated IngestConfiguration, if there are participants using the
IngestConfiguration to publish to the stage.
Usage¶
ivsrealtime_delete_stage(arn)
Arguments¶
arn | 
[required] ARN of the stage to be deleted.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_stage(
  arn = "string"
)