App Logo
reddit.com

Delete Reddit comment

Delete your own Reddit comment (at any depth) by its permalink. Returns deleted and commentId. This is irreversible, only works on your own comments, and replies to it remain visible under [deleted]. Runs only via the browser extension, not the hosted cloud browser.

Input

permalink required

Comment permalink (full or path), e.g. /r/sub/comments/<postid>/comment/<commentid>/

Output

deleted required
commentId required
account_used required

The real logged-in Reddit handle that performed the action, read from the page's own account drawer (not assumed from args)

already_present required

True when the comment was already gone (deleted/removed) before this call — idempotent no-op, no mutation attempted

verified_on_page required

Whether the script reloaded the comment's permalink afterward and confirmed it's actually gone

FAQ

Delete your own Reddit comment (at any depth) by its permalink. Returns deleted and commentId. This is irreversible, only works on your own comments, and replies to it remain visible under [deleted]. Runs only via the browser extension, not the hosted cloud browser.
Required: permalink.
It returns deleted, commentId, account_used, already_present, verified_on_page.
Yes. It acts as you on reddit.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the reddit.com cookies saved by the Reduck extension.
It makes changes on reddit.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/reddit.com/delete_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/delete_comment
It is part of Reduck's official curated catalogue.

Start building not clicking