Chime / Client / delete_attendee
delete_attendee#
- Chime.Client.delete_attendee(**kwargs)#
- Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their - JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.- Warning- This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee, in the Amazon Chime SDK. - Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.delete_attendee( MeetingId='string', AttendeeId='string' ) - Parameters:
- MeetingId (string) – - [REQUIRED] - The Amazon Chime SDK meeting ID. 
- AttendeeId (string) – - [REQUIRED] - The Amazon Chime SDK attendee ID. 
 
- Returns:
- None 
 - Exceptions- Chime.Client.exceptions.BadRequestException
- Chime.Client.exceptions.ForbiddenException
- Chime.Client.exceptions.ThrottledClientException
- Chime.Client.exceptions.NotFoundException
- Chime.Client.exceptions.UnauthorizedClientException
- Chime.Client.exceptions.ServiceUnavailableException
- Chime.Client.exceptions.ServiceFailureException