delete_task
Permanently remove a task using its ID. This action cannot be reversed and returns confirmation.
Instructions
Permanently delete a task by id. This cannot be undone. Returns a confirmation with the deleted task id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to delete. | |
| custom_task_ids | No | Set true to treat `task_id` as a custom task ID instead of a native ClickUp ID. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |