The RejectQualificationRequest operation
rejects a user's request for a Qualification. Once a
Qualification request is rejected, it will no longer be returned
by a call to the GetQualificationRequests
operation.
Rejecting the Qualification request does not change the user's Qualifications: If the user already has a Qualification of the corresponding Qualification type, the user will continue to have the Qualification with the previously assigned score. If the user does not have the Qualification, the user will still not have it after the request is rejected.
You can optionally include a "reason," a text message explaining why the request was rejected that the user that made the request will see.
The following example of a call to the RejectQualificationRequest operation rejects a given Qualification request.
http://mechanicalturk.amazonaws.com/onca/xml?Service=AWSMechanicalTurkRequester &AWSAccessKeyId=[the Requester's Access Key ID]&Version=2006-08-23 &Operation=RejectQualificationRequest &Signature=[signature for this request]&Timestamp=[your system's local time]&QualificationRequestId=789RVWYBAZW00EXAMPLE951RVWYBAZW00EXAMPLE
A request to the Mechanical Turk Service includes parameters that control its behavior and the data it returns. Required parameters must be included for the request to succeed.
RejectQualificationRequest accepts parameters common to all
operations. Some common parameters are required. See Common
Parameters for more information.
The following parameters are specific to the
RejectQualificationRequest operation:
| Name | Description | Type | Value |
|---|---|---|---|
Operation
|
The operation you would like to call. To access the
| Required |
|
QualificationRequestId
|
The ID of the Qualification request to reject, as returned from a call to the | Required |
A valid Qualification request ID |
Reason
|
A text message explaining why the request was rejected, to be shown to the user that made the request. This parameter is optional. | Optional |
A string |