Show HN: Script to bulk delete Claude chats from the web UI
Summary
A script to bulk delete all Claude.ai conversations via browser console, useful for users who need to clear chat history quickly.
View Cached Full Text
Cached at: 06/12/26, 05:55 PM
MatteoLeonesi/bulk-delete-claude-chat
Source: https://github.com/MatteoLeonesi/bulk-delete-claude-chat
Delete all your claude.ai conversations at once, i created it because the “Select all” button on /recents only covers the rows rendered on screen. This script calls the internal API instead, so it gets everything.
How to
- Open https://claude.ai/recents and press
F12→ Console - Paste the contents of
delete-all.js, hit Enter - Confirm the dialog (one per organization)
- ⚠️ Be patient: conversations disappear from the UI slowly, over several minutes; that’s normal
- ⚠️ Keep the claude.ai tab open until the console shows
Finished; closing, refreshing, or navigating away from the page can stop the deletion process.
Similar Articles
ChatPilot
ChatPilot is a tool that allows users to bulk delete, archive, and timestamp their ChatGPT conversations for better organization.
Let Claude handle work in your browser
Anthropic introduces 'Claude for Chrome,' a browser extension that enables the AI model to autonomously see, click, type, and navigate web pages to handle complex workflows.
@ClaudeDevs: We’ve added a CLI for Claude Platform to make every API endpoint runnable from your terminal. Call the Messages API, st…
Anthropic has released a CLI tool for the Claude Platform, allowing developers to call API endpoints, manage agents, and pipe results directly from the terminal.
MCP that lets you run and manage Claude Code sessions from Claude.ai chat (Work where you brainstorm)
An open-source MCP tool that allows Claude.ai to run and manage Claude Code sessions, enabling a loop where Claude.ai triggers Claude Code and receives responses back in the browser, eliminating copy-pasting.
Show HN: A lightweight way to make agents talk without paying for API usage
A lightweight pattern for orchestrating conversations between multiple AI agents (Claude, Codex, Gemini) via CLI without requiring API payments, using session resumption to maintain context across agent interactions.