

# RejectQualificationRequest


## Description


 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.

## Request Syntax


```
{ 
  "QualificationRequestId": String,

  "Reason": String
 }
```

## Request Parameters


 The request accepts the following data in JSON format: 


| Name | Description | Required | 
| --- | --- | --- | 
|   ` QualificationRequestId `   |  The ID of the Qualification request, as returned by the [ListQualificationRequests](ApiReference_ListQualificationRequestsOperation.md) operation. Type: String  |  Yes  | 
|   ` Reason `   |  A text message explaining why the request was rejected, to be shown to the Worker who made the request. Type: String  |  No  | 

## Response Elements


 A successful request for the `RejectQualificationRequest` operation returns with no errors and an empty body. 

## Example


The following example shows how to use the `RejectQualificationRequest` operation:

### Sample Request


The following example rejects a specified Qualification request.

```
POST / HTTP/1.1
Host: mturk-requester.us-east-1.amazonaws.com
Content-Length: <PayloadSizeBytes>
X-Amz-Date: <Date>
{
  QualificationRequestId:"789RVWYBAZW00EXAMPLE951RVWYBAZW00EXAMPLE"
}
```

### Sample Response


The following is an example response:

```
HTTP/1.1 200 OK
x-amzn-RequestId: <RequestId>
Content-Type: application/x-amz-json-1.1
Content-Length: <PayloadSizeBytes>
Date: <Date>
```