paws.analytics (version 0.1.0)

mturk_delete_worker_block: The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs

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.

Usage

mturk_delete_worker_block(WorkerId, Reason)

Arguments

WorkerId

[required] The ID of the Worker to unblock.

Reason

A message that explains the reason for unblocking the Worker. The Worker does not see this message.

Request syntax

svc$delete_worker_block(
  WorkerId = "string",
  Reason = "string"
)