App Logo
instagram.com

Delete Instagram comment

Delete one of your own comments on an Instagram post or reel by its shortcode and comment id. Opens the comment's own permalink, drives its options menu then Delete, and reloads that permalink to prove it is really gone before reporting success. Fails clearly when the comment isn't available (already deleted, wrong id/shortcode) and when its options menu has no Delete entry (a comment that isn't yours).

Input

shortcode required

Post/reel shortcode (instagram.com/p/<code>/).

comment_id required

Id of the comment to delete, from get_post_comments' id field. Must be a comment you own.

Output

shortcode required
comment_id required
did_delete required
verified_gone required

True when the comment's own permalink was reloaded after the delete and no longer resolves to it.

FAQ

Delete one of your own comments on an Instagram post or reel by its shortcode and comment id. Opens the comment's own permalink, drives its options menu then Delete, and reloads that permalink to prove it is really gone before reporting success. Fails clearly when the comment isn't available (already deleted, wrong id/shortcode) and when its options menu has no Delete entry (a comment that isn't yours).
Required: shortcode, comment_id.
It returns shortcode, comment_id, did_delete, verified_gone.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It makes changes on instagram.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/instagram.com/delete_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/delete_comment
It is part of Reduck's official curated catalogue.

Start building not clicking