ChimeSDKMeetings / Client / delete_meeting

delete_meeting#

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 in the Amazon Chime Developer Guide.

See also: AWS API Documentation

Request Syntax

response = client.delete_meeting(
    MeetingId='string'
)
Parameters:

MeetingId (string) –

[REQUIRED]

The Amazon Chime SDK meeting ID.

Returns:

None

Exceptions

  • ChimeSDKMeetings.Client.exceptions.BadRequestException

  • ChimeSDKMeetings.Client.exceptions.ForbiddenException

  • ChimeSDKMeetings.Client.exceptions.UnauthorizedException

  • ChimeSDKMeetings.Client.exceptions.NotFoundException

  • ChimeSDKMeetings.Client.exceptions.ServiceUnavailableException

  • ChimeSDKMeetings.Client.exceptions.ServiceFailureException

  • ChimeSDKMeetings.Client.exceptions.ThrottlingException