:doc:`ivschat <../../ivschat>` / Client / delete_room

***********
delete_room
***********



.. py:method:: ivschat.Client.delete_room(**kwargs)

  

  Deletes the specified room.

  

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


  **Request Syntax**
  ::

    response = client.delete_room(
        identifier='string'
    )
    
  :type identifier: string
  :param identifier: **[REQUIRED]** 

    Identifier of the room to be deleted. Currently this must be an ARN.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ivschat.Client.exceptions.AccessDeniedException`

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

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

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

  