paws.analytics (version 0.1.0)

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

Description

The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user.

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.

Request syntax

svc$disassociate_qualification_from_worker(
  WorkerId = "string",
  QualificationTypeId = "string",
  Reason = "string"
)

Details

You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.