App Logo
grok.com

Delete Grok Chat

Permanently delete one Grok conversation by id. Deletion happens immediately when clicked — Grok shows a brief in-app "Undo" toast, but this script does not wait for or use it, so treat the deletion as irreversible once this returns.

Input

conversationId required

Grok conversation id to delete, from list_chats or a /c/<id> URL

Output

deleted required
conversationId required

FAQ

Permanently delete one Grok conversation by id. Deletion happens immediately when clicked — Grok shows a brief in-app "Undo" toast, but this script does not wait for or use it, so treat the deletion as irreversible once this returns.
Required: conversationId.
It returns deleted, conversationId.
Yes. It acts as you on grok.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the grok.com cookies saved by the Reduck extension.
It makes changes on grok.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/grok.com/delete_chat, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/grok.com/delete_chat
It is part of Reduck's official curated catalogue.

Start building not clicking