:doc:`ChimeSDKIdentity <../../chime-sdk-identity>` / Client / deregister_app_instance_user_endpoint

*************************************
deregister_app_instance_user_endpoint
*************************************



.. py:method:: ChimeSDKIdentity.Client.deregister_app_instance_user_endpoint(**kwargs)

  

  Deregisters an ``AppInstanceUserEndpoint``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-identity-2021-04-20/DeregisterAppInstanceUserEndpoint>`_  


  **Request Syntax**
  ::

    response = client.deregister_app_instance_user_endpoint(
        AppInstanceUserArn='string',
        EndpointId='string'
    )
    
  :type AppInstanceUserArn: string
  :param AppInstanceUserArn: **[REQUIRED]** 

    The ARN of the ``AppInstanceUser``.

    

  
  :type EndpointId: string
  :param EndpointId: **[REQUIRED]** 

    The unique identifier of the ``AppInstanceUserEndpoint``.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceFailureException`

  