:doc:`MTurk <../../mturk>` / Client / disassociate_qualification_from_worker

**************************************
disassociate_qualification_from_worker
**************************************



.. py:method:: MTurk.Client.disassociate_qualification_from_worker(**kwargs)

  

  The ``DisassociateQualificationFromWorker`` revokes a previously granted Qualification from a user.

   

  You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorker>`_  


  **Request Syntax**
  ::

    response = client.disassociate_qualification_from_worker(
        WorkerId='string',
        QualificationTypeId='string',
        Reason='string'
    )
    
  :type WorkerId: string
  :param WorkerId: **[REQUIRED]** 

    The ID of the Worker who possesses the Qualification to be revoked.

    

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

    The ID of the Qualification type of the Qualification to be revoked.

    

  
  :type Reason: string
  :param Reason: 

    A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MTurk.Client.exceptions.ServiceFault`

  
  *   :py:class:`MTurk.Client.exceptions.RequestError`

  