ChimeSDKIdentity / Client / deregister_app_instance_user_endpoint

deregister_app_instance_user_endpoint#

ChimeSDKIdentity.Client.deregister_app_instance_user_endpoint(**kwargs)#

Deregisters an AppInstanceUserEndpoint.

See also: AWS API Documentation

Request Syntax

response = client.deregister_app_instance_user_endpoint(
    AppInstanceUserArn='string',
    EndpointId='string'
)
Parameters:
  • AppInstanceUserArn (string) –

    [REQUIRED]

    The ARN of the AppInstanceUser.

  • EndpointId (string) –

    [REQUIRED]

    The unique identifier of the AppInstanceUserEndpoint.

Returns:

None

Exceptions