:doc:`Connect <../../connect>` / Client / disassociate_user_proficiencies

*******************************
disassociate_user_proficiencies
*******************************



.. py:method:: Connect.Client.disassociate_user_proficiencies(**kwargs)

  

  Disassociates a set of proficiencies from a user.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateUserProficiencies>`_  


  **Request Syntax**
  ::

    response = client.disassociate_user_proficiencies(
        InstanceId='string',
        UserId='string',
        UserProficiencies=[
            {
                'AttributeName': 'string',
                'AttributeValue': 'string'
            },
        ]
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    

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

    The identifier of the user account.

    

  
  :type UserProficiencies: list
  :param UserProficiencies: **[REQUIRED]** 

    The proficiencies to disassociate from the user.

    

  
    - *(dict) --* 

      Information about proficiency to be disassociated from the user.

      

    
      - **AttributeName** *(string) --* **[REQUIRED]** 

        The name of user's proficiency.

        

      
      - **AttributeValue** *(string) --* **[REQUIRED]** 

        The value of user's proficiency.

        

      
    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  