:doc:`ivsrealtime <../../ivs-realtime>` / Client / delete_stage

************
delete_stage
************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/DeleteStage>`_  


  **Request Syntax**
  ::

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

    ARN of the stage to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ivsrealtime.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`ivsrealtime.Client.exceptions.ConflictException`

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

  