:doc:`Chime <../../chime>` / Client / delete_room

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



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

  

  Deletes a chat room in an Amazon Chime Enterprise account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteRoom>`_  


  **Request Syntax**
  ::

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

    The Amazon Chime account ID.

    

  
  :type RoomId: string
  :param RoomId: **[REQUIRED]** 

    The chat room ID.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.NotFoundException`

  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  