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

****************************
reject_qualification_request
****************************



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

  

  The ``RejectQualificationRequest`` operation rejects a user's request for a Qualification.

   

  You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.

  

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


  **Request Syntax**
  ::

    response = client.reject_qualification_request(
        QualificationRequestId='string',
        Reason='string'
    )
    
  :type QualificationRequestId: string
  :param QualificationRequestId: **[REQUIRED]** 

    The ID of the Qualification request, as returned by the ``ListQualificationRequests`` operation.

    

  
  :type Reason: string
  :param Reason: 

    A text message explaining why the request was rejected, to be shown to the Worker who made the request.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  