App Logo
app.clickup.com

Delete a task from a ClickUp list

Automatically delete a task from a ClickUp list on app.clickup.com. Deletes one task from a ClickUp list and confirms it is gone afterwards. ClickUp moves a deleted task to the workspace trash, where it can still be restored. A rehearsal mode locates the task and reports what would be deleted without removing it.

Input

listId required

Numeric ClickUp list id holding the task. The ClickUp task listing returns it alongside each task.

taskId required

The task's ClickUp id, as returned by the ClickUp task listing or by task creation.

dry_run optional

Rehearse without deleting. The task is located and reported, then the run stops on the step before the one that removes it.

Default: false
workspaceId optional

Numeric ClickUp workspace id. Supplying it skips a lookup step; omit it to let ClickUp resolve the default workspace.

Output

dryRun required
listId required
taskId required
deleted required
workspaceId required
listName optional
taskName optional
tasksAfter optional
accountUsed optional
tasksBefore optional
movedToTrash optional
verifiedGone optional
outcomeConfirmed optional

FAQ

Deletes one task from a ClickUp list and confirms it is gone afterwards. ClickUp moves a deleted task to the workspace trash, where it can still be restored. A rehearsal mode locates the task and reports what would be deleted without removing it.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/delete_task, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/delete_task
You do not need one. "Delete a task from a ClickUp list" drives the real app.clickup.com pages in a browser, so it works whether or not app.clickup.com offers an API for this.
Required: listId, taskId. Optional: dry_run, workspaceId.
It returns dryRun, listId, taskId, deleted, listName, taskName, tasksAfter, accountUsed, tasksBefore, workspaceId, movedToTrash, verifiedGone, outcomeConfirmed.
Yes. It acts as you on app.clickup.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.clickup.com cookies saved by the Reduck extension.
It makes changes on app.clickup.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/delete_task, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/delete_task
It is part of Reduck's official curated catalogue.

Start building not clicking