:doc:`KinesisVideo <../../kinesisvideo>` / Client / delete_signaling_channel

************************
delete_signaling_channel
************************



.. py:method:: KinesisVideo.Client.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 <https://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/DeleteSignalingChannel>`_  


  **Request Syntax**
  ::

    response = client.delete_signaling_channel(
        ChannelARN='string',
        CurrentVersion='string'
    )
    
  :type ChannelARN: string
  :param ChannelARN: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the signaling channel that you want to delete.

    

  
  :type CurrentVersion: string
  :param CurrentVersion: 

    The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the ``DescribeSignalingChannel`` or ``ListSignalingChannels`` API operations.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`KinesisVideo.Client.exceptions.InvalidArgumentException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.ClientLimitExceededException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.VersionMismatchException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.ResourceInUseException`

  