App Logo
x.com

Unretweet

Undo your repost of a tweet given its URL. Tweets that aren't currently reposted are reported rather than causing an error. Returns tweet_id, retweeted, was_retweeted.

Input

tweet_url required

Full URL of the tweet, e.g. https://x.com/handle/status/123

Output

tweet_id required
retweeted required
was_retweeted required

already_present signal: true if the repost existed before this call

verified_on_page required

true if the page was reloaded and re-inspected after the action, confirming the repost is actually gone

account_used optional

handle of the logged-in account that performed the action, read from the account switcher UI (not assumed from input)

FAQ

Undo your repost of a tweet given its URL. Tweets that aren't currently reposted are reported rather than causing an error. Returns tweet_id, retweeted, was_retweeted.
Required: tweet_url.
It returns tweet_id, retweeted, account_used, was_retweeted, verified_on_page.
Yes. It acts as you on x.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the x.com cookies saved by the Reduck extension.
It makes changes on x.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/x.com/unretweet, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/unretweet
It is part of Reduck's official curated catalogue.

Start building not clicking