App Logo
app.clickup.com

Delete a ClickUp Doc

Automatically delete a ClickUp Doc on app.clickup.com. Moves a ClickUp Doc to the workspace trash, taking the Doc's link or its id. Reports the Doc's title before removing it and confirms afterwards that it has left the workspace's Doc list. A rehearsal mode checks the Doc and the delete control without removing anything.

Input

doc required

The Doc to delete: its ClickUp link, or just its id (for example 2kyqw87p-1055).

dry_run optional

When true the Doc is located and the delete control is checked, and the run stops before removing anything. Clicking that control is what deletes the Doc in ClickUp, so there is no later step to stop at: deleted comes back false.

workspaceId optional

Numeric ClickUp workspace id. Only needed when the Doc is given as a bare id; omit it to use the account's default workspace.

Output

docId required
dryRun required
deleted required
workspaceId required
url optional
name optional

The Doc's title as it stood before this run, carried out so the caller can see which Doc was acted on. Null when the Doc has no title.

accountUsed optional

The ClickUp account that performed the action, read from the session.

docCountAfter optional
docCountBefore optional
verifiedAbsent optional

Whether the workspace's Doc list was read again after the deletion and no longer carried this id.

deleteControlReady optional

FAQ

Moves a ClickUp Doc to the workspace trash, taking the Doc's link or its id. Reports the Doc's title before removing it and confirms afterwards that it has left the workspace's Doc list. A rehearsal mode checks the Doc and the delete control without removing anything.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/delete_doc, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/delete_doc
You do not need one. "Delete a ClickUp Doc" 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: doc. Optional: dry_run, workspaceId.
It returns url, name, docId, dryRun, deleted, accountUsed, workspaceId, docCountAfter, docCountBefore, verifiedAbsent, deleteControlReady.
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_doc, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/delete_doc
It is part of Reduck's official curated catalogue.

Start building not clicking