Disassociate Qualification From Worker
See original API description on Amazon Mechanical Turk.
Headers
-
Content-Type
string Required Default value is
application/json
.
Body
-
QualificationTypeId
string Required -
WorkerId
string Required -
Reason
string
DELETE
/v1/disassociate-qualification-from-worker
curl \
-X DELETE https://yourcrowd.ai.moda/api/v1/disassociate-qualification-from-worker \
-H "Content-Type: application/json" \
-d '{"QualificationTypeId":"1233","WorkerId":"1233","Reason":"Some reason"}'
Request example
# Headers
Content-Type: application/json
# Payload
{
"QualificationTypeId": "1233",
"WorkerId": "1233",
"Reason": "Some reason"
}
Request examples
# Headers
Content-Type: application/json
# Payload
{
"QualificationTypeId": "1233",
"WorkerId": "1233",
"Reason": "Some reason"
}