App Logo
gemini.google.com

Delete Gemini chat

Permanently delete one Gemini conversation by id, via the conversation's own "Delete" menu.

Input

conversation_id required

Conversation id to delete, as returned by list_chats/search_chats (also the /app/<id> URL segment). Irreversible: this deletes prompts, responses, and any content the chat created.

Output

deleted required
conversationId required

FAQ

Permanently delete one Gemini conversation by id, via the conversation's own "Delete" menu.
Required: conversation_id.
It returns deleted, conversationId.
Yes. It acts as you on gemini.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the gemini.google.com cookies saved by the Reduck extension.
It makes changes on gemini.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/gemini.google.com/delete_chat, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/gemini.google.com/delete_chat
It is part of Reduck's official curated catalogue.

Start building not clicking