disassociate_qualification_from_worker

MTurk.Client.disassociate_qualification_from_worker(**kwargs)

The DisassociateQualificationFromWorker 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.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_qualification_from_worker(
    WorkerId='string',
    QualificationTypeId='string',
    Reason='string'
)
Parameters
  • WorkerId (string) --

    [REQUIRED]

    The ID of the Worker who possesses the Qualification to be revoked.

  • QualificationTypeId (string) --

    [REQUIRED]

    The ID of the Qualification type of the Qualification to be revoked.

  • Reason (string) -- A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • MTurk.Client.exceptions.ServiceFault
  • MTurk.Client.exceptions.RequestError