A browser console script that automatically deletes all videos from your TikTok Studio account.
The script uses React's internal event system to interact with TikTok Studio's UI — opening the more-options menu on each video, clicking Delete, and confirming. It loops until no videos remain, with retry logic to handle TikTok's async re-renders between deletions.
- Log in to TikTok and go to TikTok Studio > Content
- Open your browser's Developer Tools (
F12) - Click the Console tab
- Copy the contents of
delete.jsand paste into the console - Press Enter
The script will log each deletion:
Deleted #1
Deleted #2
...
No more videos found. Done! Deleted 125 total.
- No installation required — runs entirely in the browser console
- Tested on Chrome and Brave
- Waits up to 8 seconds between deletions for TikTok's UI to re-render
- If it stops early, just paste and run it again — it picks up where it left off
- TikTok loads videos in batches; the script handles this automatically
This permanently deletes your videos. There is no undo. Make sure you have local copies of anything you want to keep before running this.
GPL-3.0
