Chime / Client / delete_app_instance_admin
delete_app_instance_admin#
- Chime.Client.delete_app_instance_admin(**kwargs)#
Demotes an
AppInstanceAdmin
to anAppInstanceUser
. This action does not delete the user.Warning
This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceAdmin, 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_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
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ConflictException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException