delete_task
Permanently delete a ClickUp task by providing its task ID. Optionally use custom task IDs with a team ID.
Instructions
Delete a task permanently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| custom_task_ids | No | Treat task_id as a custom id (requires team_id). | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |