Unofficial TikTok Delete Reposts API
GET/api/v1/del_reposts
Bulk-delete your own most recent reposts, using your own session.
| Parameter | Description | |
|---|---|---|
session_id | required | Your own TikTok sessionid (from your account cookies). The action runs on THIS account. |
count | required | How many of the most recent reposts to delete (e.g. 50, 100, 1000). |
Returns
user_id, deleted (how many were removed), and failed.
Example Request
https://dev.omar-thing.site/api/v1/del_reposts?session_id=%3Cyour_sessionid%3E&count=100&key=YOUR_API_KEY
Example Response
{
"data": {
"deleted": 100,
"failed": 2,
"user_id": "6700000000000000000"
},
"status": "success"
}Sends a live request using your API key above.
More Account Actions endpoints
- Unofficial TikTok Unfollow API — Bulk-unfollow accounts from your own account, using your own session. Note: each account is removed by blocking it.