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'
)
[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.
dict
Response Syntax
{}
Response Structure
Exceptions
MTurk.Client.exceptions.ServiceFault
MTurk.Client.exceptions.RequestError