asana_remove_project_from_task
Remove a task from an Asana project while preserving the task. Specify task_id and project_id to detach it from the project without deletion.
Instructions
Remove a task from a project. The task will still exist in the system, but it will not be in the project anymore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to remove from the project | |
| project_id | Yes | The project ID to remove the task from |