Cancels validation or export of a task when the client is unable to complete the action but should be able to complete it later.

The task's state must be pending:complete_client_action and its client_action must match the action parameter to make this request.

When a validation action is specified, the request body should be a Validation Results object containing the data for the validated task.

When an export action is specified, the request body should be empty.

After a successful request, the task's state is set to pending:start_client_action.

Language