App Logo
x.com

Delete tweet

Delete one of your own tweets given its URL. Returns the deleted tweet id and a deleted flag.

Input

tweet_url required

Full URL of your tweet to delete, e.g. https://x.com/handle/status/123. This deletes immediately and cannot be undone, and the script has no preview or confirmation step of its own. Before calling it, show the exact tweet URL and its content to the person you are helping and get their explicit approval for that specific tweet; do not infer approval from an earlier or unrelated message.

Output

deleted required
tweet_id required
verified_on_page required

true if the page was reloaded after deletion and the tweet is confirmed gone (article removed or a deleted/tombstone message shown)

account_used optional

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

FAQ

Delete one of your own tweets given its URL. Returns the deleted tweet id and a deleted flag.
Required: tweet_url.
It returns deleted, tweet_id, account_used, 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/delete_tweet, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/delete_tweet
It is part of Reduck's official curated catalogue.

Start building not clicking