# Show HN: Script to bulk delete Claude chats from the web UI

> Source: <https://github.com/MatteoLeonesi/bulk-delete-claude-chat>
> Published: 2026-06-12 15:08:59+00:00

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.

- Open
[https://claude.ai/recents](https://claude.ai/recents)and press`F12`

→**Console** - Paste the contents of
, hit Enter`delete-all.js`

- 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.
