clickup_list_remove_task
Detach a task from a secondary ClickUp list while keeping it in its original home list. Use this to manage task organization without deleting the task entirely.
Instructions
Remove a task from a secondary list it was added to via clickup_list_add_task. The task itself is NOT deleted — it remains in its home list (and any other secondary lists). Use clickup_task_delete to remove the task entirely. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the secondary list to detach the task from. Obtain from clickup_list_list (field: id). Must not be the task's home list. | |
| task_id | Yes | ID of the task to detach. Obtain from clickup_task_list (field: id). |