paws.analytics (version 0.5.0)

mturk_disassociate_qualification_from_worker: The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user

Description

The disassociate_qualification_from_worker revokes a previously granted Qualification from a user.

See https://www.paws-r-sdk.com/docs/mturk_disassociate_qualification_from_worker/ for full documentation.

Usage

mturk_disassociate_qualification_from_worker(
  WorkerId,
  QualificationTypeId,
  Reason = NULL
)

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.