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.
mturk_disassociate_qualification_from_worker(WorkerId,
QualificationTypeId, Reason)
An empty list.
[required] The ID of the Worker who possesses the Qualification to be revoked.
[required] The ID of the Qualification type of the Qualification to be revoked.
A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
svc$disassociate_qualification_from_worker(
WorkerId = "string",
QualificationTypeId = "string",
Reason = "string"
)