Chime / Client / untag_attendee

untag_attendee#

Chime.Client.untag_attendee(**kwargs)#

Untags the specified tags from the specified Amazon Chime SDK attendee.

Warning

UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.

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.untag_attendee(
    MeetingId='string',
    AttendeeId='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • MeetingId (string) –

    [REQUIRED]

    The Amazon Chime SDK meeting ID.

  • AttendeeId (string) –

    [REQUIRED]

    The Amazon Chime SDK attendee ID.

  • TagKeys (list) –

    [REQUIRED]

    The tag keys.

    • (string) –

Returns:

None

Exceptions