Delete Worker Block

DELETE /v1/delete-worker-block

See original API description on Amazon Mechanical Turk.

Headers

  • Content-Type string Required

    Default value is application/json.

Body

  • WorkerId string Required
  • Reason string

Responses

  • 200

    OK

  • 400

    Bad request

  • 404

    Resource not found

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"
}