:doc:`IVS <../../ivs>` / Client / delete_stream_key

*****************
delete_stream_key
*****************



.. py:method:: IVS.Client.delete_stream_key(**kwargs)

  

  Deletes the stream key for the specified ARN, so it can no longer be used to stream.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/DeleteStreamKey>`_  


  **Request Syntax**
  ::

    response = client.delete_stream_key(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    ARN of the stream key to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`IVS.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`IVS.Client.exceptions.ValidationException`

  
  *   :py:class:`IVS.Client.exceptions.PendingVerification`

  