App Logo
tiktok.com

Delete your own TikTok comment

Remove a comment you posted on a TikTok video, given the comment's id. Pass the video as well and the script re-reads that video's comments afterwards to confirm the comment is really gone rather than trusting the response. You can only delete comments published from your own account, and deletion cannot be undone.

Input

commentId required

Id of the comment to delete, as returned by the write-comment or get-comments scripts.

video optional

Full TikTok video URL or a bare numeric video id. Optional, but without it the deletion cannot be confirmed by re-reading the comments.

Output

deleted required

True when TikTok accepted the deletion.

commentId required
verified_absent required

True when the whole comment list was read and the comment was gone. False when it was still present. Null when no video was supplied, or the list was too long to read to the end — expect null on videos with very many comments.

videoId optional
account_used optional

Handle the deletion was performed as, read from the signed-in session rather than assumed.

FAQ

Remove a comment you posted on a TikTok video, given the comment's id. Pass the video as well and the script re-reads that video's comments afterwards to confirm the comment is really gone rather than trusting the response. You can only delete comments published from your own account, and deletion cannot be undone.
Required: commentId. Optional: video.
It returns deleted, videoId, commentId, account_used, verified_absent.
Yes. It acts as you on tiktok.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the tiktok.com cookies saved by the Reduck extension.
It makes changes on tiktok.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/delete_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/delete_comment
It is part of Reduck's official curated catalogue.

Start building not clicking