View a markdown version of this page

RejectQualificationRequest - Amazon Mechanical Turk

Amazon Mechanical Turk will permanently close on September 30, 2026. For Workers and Requesters currently using the service, visit our Amazon Mechanical Turk help page to learn how you can prepare for this closure.

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 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>