delete_signaling_channel(**kwargs)¶Deletes a specified signaling channel. DeleteSignalingChannel is an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted.
See also: AWS API Documentation
Request Syntax
response = client.delete_signaling_channel(
ChannelARN='string',
CurrentVersion='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the signaling channel that you want to delete.
DescribeSignalingChannel or ListSignalingChannels API operations.dict
Response Syntax
{}
Response Structure
Exceptions
KinesisVideo.Client.exceptions.InvalidArgumentExceptionKinesisVideo.Client.exceptions.ClientLimitExceededExceptionKinesisVideo.Client.exceptions.ResourceNotFoundExceptionKinesisVideo.Client.exceptions.AccessDeniedExceptionKinesisVideo.Client.exceptions.VersionMismatchExceptionKinesisVideo.Client.exceptions.ResourceInUseException