Remove the assignment of a task from a user.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| projectID | false | 0 (none) | from which project to remove the assignment | 146 |
| objectID | true | N/A | typically a manuscript id | 10046 |
| taskTypeID | true | N/A | type of task to be unassigned; 1 - imaging; 2 - indexing; 3 - transcribing | 3 |
| assignedTo | false | whose assignment to remove | joe | |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {taskTypeID} may not be null | -4 |
| {objectID} may not be null | -4 |
| Must be logged in. | -5 |