Show HN: Script to bulk delete Claude chats from the web UI A developer released a script that deletes all Claude.ai conversations at once by calling the internal API, bypassing the web UI's limitation of only selecting visible chats. Users must paste the script into the browser console on the recents page and keep the tab open for several minutes while deletions process. The tool addresses the lack of a bulk delete option in Anthropic's chat interface. 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.