The reject_qualification_request
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.
mturk_reject_qualification_request(QualificationRequestId, Reason)
[required] The ID of the Qualification request, as returned by the
list_qualification_requests
operation.
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
An empty list.
svc$reject_qualification_request( QualificationRequestId = "string", Reason = "string" )