:doc:`QApps <../../qapps>` / Client / disassociate_q_app_from_user

****************************
disassociate_q_app_from_user
****************************



.. py:method:: QApps.Client.disassociate_q_app_from_user(**kwargs)

  

  Disassociates a Q App from a user removing the user's access to run the Q App.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/DisassociateQAppFromUser>`_  


  **Request Syntax**
  ::

    response = client.disassociate_q_app_from_user(
        instanceId='string',
        appId='string'
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The unique identifier of the Amazon Q Business application environment instance.

    

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

    The unique identifier of the Q App to disassociate from the user.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`QApps.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QApps.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QApps.Client.exceptions.ValidationException`

  
  *   :py:class:`QApps.Client.exceptions.InternalServerException`

  
  *   :py:class:`QApps.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`QApps.Client.exceptions.ThrottlingException`

  