:doc:`ChimeSDKMeetings <../../chime-sdk-meetings>` / Client / delete_meeting

**************
delete_meeting
**************



.. py:method:: ChimeSDKMeetings.Client.delete_meeting(**kwargs)

  

  Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see `Using the Amazon Chime SDK <https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html>`__ in the *Amazon Chime Developer Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting>`_  


  **Request Syntax**
  ::

    response = client.delete_meeting(
        MeetingId='string'
    )
    
  :type MeetingId: string
  :param MeetingId: **[REQUIRED]** 

    The Amazon Chime SDK meeting ID.

    

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

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

  
  *   :py:class:`ChimeSDKMeetings.Client.exceptions.UnauthorizedException`

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

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

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

  
  *   :py:class:`ChimeSDKMeetings.Client.exceptions.ThrottlingException`

  