DeleteWorkerBlock
Description
The DeleteWorkerBlock
operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.
Request Syntax
{ "WorkerId":
String
, "Reason":String
}
Request Parameters
The request accepts the following data in JSON format:
Name | Description | Required |
---|---|---|
|
The ID of the Worker to unblock Type: String |
Yes |
|
A message that explains the reason for unblocking the Worker. The Worker does not see this message. Type: String |
No |
Response Elements
A successful request for the DeleteWorkerBlock
operation returns with no errors and an empty body.