ChimeSDKIdentity / Client / delete_app_instance_admin

delete_app_instance_admin#

ChimeSDKIdentity.Client.delete_app_instance_admin(**kwargs)#

Demotes an AppInstanceAdmin to an AppInstanceUser or AppInstanceBot. This action does not delete the user.

See also: AWS API Documentation

Request Syntax

response = client.delete_app_instance_admin(
    AppInstanceAdminArn='string',
    AppInstanceArn='string'
)
Parameters:
  • AppInstanceAdminArn (string) –

    [REQUIRED]

    The ARN of the AppInstance’s administrator.

  • AppInstanceArn (string) –

    [REQUIRED]

    The ARN of the AppInstance.

Returns:

None

Exceptions