clickup_remove_task_from_list
Remove a task from a secondary list while preserving its membership in the home list. Requires the Tasks in Multiple Lists ClickApp to be enabled.
Instructions
Remove a Task's membership from an additional (non-home) List.
Requires the Tasks in Multiple Lists ClickApp to be enabled; without
it ClickUp returns 403. You cannot remove a Task from its primary
(home) List this way — only from additional Lists it was added to via
clickup_add_task_to_list.
When to Use:
Undoing a
clickup_add_task_to_listcall, or cleaning up a Task that no longer needs to appear in a secondary List.
When NOT to Use:
Removing a Task entirely from its home List — that requires deleting the Task (see the tasks module) rather than this membership removal.
Returns:
A confirmation string, or an Error ... string.
Examples: params = {"list_id": "901300123456", "task_id": "abc123"}
Error Handling: 403 means the Tasks in Multiple Lists ClickApp is not enabled, or you tried to remove the Task from its home List. 404 means list_id or task_id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |