App Logo
linkedin.com

Remove reaction from LinkedIn post

Remove your reaction (undo the Like/Celebrate/etc.) from a LinkedIn post by its permalink. Applies to the main post, not per-comment reactions. Idempotent (returns not_reacted if you hadn't reacted); statuses unreacted/not_reacted.

Input

postUrl required

LinkedIn post permalink, e.g. https://www.linkedin.com/feed/update/urn:li:activity:123.../ or https://www.linkedin.com/posts/<slug>.

Output

status required
postUrl required
account_used required

The real account the removal was performed under, echoed from the session/UI.

verified_on_page required

True if the script independently reloaded the post permalink and confirmed the reaction button's aria-pressed state is now false, not just that the click's own in-page state change fired. Always true on a not_reacted hit (the pre-existing state was what was matched).

FAQ

Remove your reaction (undo the Like/Celebrate/etc.) from a LinkedIn post by its permalink. Applies to the main post, not per-comment reactions. Idempotent (returns not_reacted if you hadn't reacted); statuses unreacted/not_reacted.
Required: postUrl.
It returns status, postUrl, account_used, verified_on_page.
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/unreact_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/unreact_post
It is part of Reduck's official curated catalogue.

Start building not clicking