delete_bulk_tasks
Permanently delete up to 100 tasks in a single call, with a detailed per-task success/error report.
Instructions
Permanently delete many tasks at once (up to 100). This cannot be undone. Returns a per-task success/error report so you can see exactly which deletions succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes | Task ids to delete (1–100 per call). | |
| custom_task_ids | No | Set true when task_ids are custom task IDs instead of native ClickUp IDs. Requires team_id. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |