Delete Worker Block
See original API description on Amazon Mechanical Turk.
Headers
-
Content-Type
string Required Default value is
application/json
.
DELETE
/v1/delete-worker-block
curl \
-X DELETE https://yourcrowd.ai.moda/api/v1/delete-worker-block \
-H "Content-Type: application/json" \
-d '{"WorkerId":"1233","Reason":"1233"}'
Request example
# Headers
Content-Type: application/json
# Payload
{
"WorkerId": "1233",
"Reason": "1233"
}
Request examples
# Headers
Content-Type: application/json
# Payload
{
"WorkerId": "1233",
"Reason": "1233"
}