Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

disassociate_qualification_from_worker

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