App Logo
linkedin.com

LinkedIn — Cancel scheduled post

Cancel one of the logged-in member's queued LinkedIn scheduled posts by its exact body text, via the Scheduled posts management panel. delete_post can't reach these — a scheduled post has no permalink until it actually publishes.

Input

text required

The exact body text of the queued scheduled post to cancel (from create_post's scheduledFor / get_scheduled_posts' text). If more than one queued post shares this exact text, the run refuses to guess and throws.

Output

text required

Echoes the input text.

found required

True if a queued scheduled post with this exact text existed before this run. False (with deleted also false) means there was nothing to cancel.

deleted required

True once the matching scheduled post was cancelled and confirmed gone from the panel.

FAQ

Cancel one of the logged-in member's queued LinkedIn scheduled posts by its exact body text, via the Scheduled posts management panel. delete_post can't reach these — a scheduled post has no permalink until it actually publishes.
Required: text.
It returns text, found, deleted.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It makes changes on linkedin.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/remove_scheduled_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/remove_scheduled_post
It is part of Reduck's official curated catalogue.

Start building not clicking