Disassociate Qualification From Worker
| mturk_disassociate_qualification_from_worker | R Documentation | 
The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user¶
Description¶
The disassociate_qualification_from_worker revokes a previously
granted Qualification from a user.
You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.
Usage¶
mturk_disassociate_qualification_from_worker(WorkerId,
  QualificationTypeId, Reason)
Arguments¶
| WorkerId | [required] The ID of the Worker who possesses the Qualification to be revoked. | 
| QualificationTypeId | [required] The ID of the Qualification type of the Qualification to be revoked. | 
| Reason | A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message. | 
Value¶
An empty list.
Request syntax¶
svc$disassociate_qualification_from_worker(
  WorkerId = "string",
  QualificationTypeId = "string",
  Reason = "string"
)