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.

Start building not clicking