ivsrealtime / Client / delete_stage

delete_stage#

ivsrealtime.Client.delete_stage(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_stage(
    arn='string'
)
Parameters:

arn (string) –

[REQUIRED]

ARN of the stage to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions