unassign_resource
Remove a resource assignment from a task by providing the task and resource IDs. Returns true if the assignment was found and removed.
Instructions
Remove a resource assignment from a task.
Args: task_id: uniqueID of the task. resource_id: uniqueID of the resource.
Returns:
JSON {removed: bool}. True when a matching assignment was
found and removed, false otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| resource_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |