June 12, 2026
Delete button or digital illusion?
Show HN: Script to bulk delete Claude chats from the web UI
Claude cleanup script drops, and the comments instantly spiral into trust issues and delete-it-all chaos
TLDR: A developer shared a script that can erase all Claude chats at once from the website, fixing a frustrating limit in the normal delete option. But the real fight in the comments was over whether deletion can be trusted at all, with jokes, paranoia, and privacy warnings stealing the show.
A handy little Show HN post promised a simple fantasy: wipe out all your Claude chat history in one go, instead of tediously clicking through endless old conversations. The creator says the trick works because Claude’s normal “select all” misses chats that aren’t visible on the page, so this browser-console script goes deeper and grabs the whole pile. Very useful on paper, very satisfying in theory, and immediately the internet turned it into a therapy session about privacy, trust, and whether deleting anything online means actually deleting it.
The strongest reactions were split between the practical crowd and the deeply cynical crowd. One camp basically shrugged and said, if you’re scared, just read the code—it’s only around 100 lines and not hidden. Another camp came in swinging with the darker question: when you hit delete, is anything truly gone from the company’s servers, or are you just tidying your screen while the data lives on forever? That suspicion gave the whole thread a very “nothing is real, delete is a social construct” energy.
Then came the jokes. One user offered the most brutally simple life hack imaginable: “Delete account. Make new.” Another widened the drama by comparing Claude with ChatGPT, complaining that keeping a few useful chats while clearing the junk is weirdly hard. And perhaps the spiciest reality check of all: if you’ve typed secrets into a giant artificial intelligence company’s website, a cleanup script may be too little, too late. In other words, the tool is clever—but the comments turned it into a full-blown panic-comedy about digital mess, corporate memory, and trust issues.
Key Points
- •The article shares a script intended to delete all Claude conversations at once from the web UI.
- •The script was created because the /recents page “Select all” button only covers rows currently rendered on screen.
- •The script uses Claude’s internal API to access and delete the full set of conversations.
- •Usage requires opening claude.ai/recents, pasting delete-all.js into the browser console, and confirming a dialog for each organization.
- •The article warns that deletion may take several minutes to appear in the UI and can be interrupted if the tab is closed, refreshed, or navigated away from early.