App Logo
reddit.com

Delete Reddit post

Delete your own Reddit post by its URL. Returns deleted and postId. This is irreversible and only works on your own posts. Runs only via the browser extension, not the hosted cloud browser.

Input

url required

Post URL (full or path)

Output

postId required
deleted 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 post was already gone (removed/deleted) before this call — idempotent no-op, no mutation attempted

verified_on_page required

Whether the script reloaded the post's URL afterward and confirmed it's actually gone

FAQ

Delete your own Reddit post by its URL. Returns deleted and postId. This is irreversible and only works on your own posts. Runs only via the browser extension, not the hosted cloud browser.
Required: url.
It returns postId, deleted, 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_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/delete_post
It is part of Reduck's official curated catalogue.

Start building not clicking