App Logo
linkedin.com

Remove LinkedIn connection

Permanently remove an existing 1st-degree LinkedIn connection by profile URL, via the profile's overflow menu -> Remove connection -> confirm. This ends a real connection, not a pending invite (use `withdraw` to cancel one of those instead) — the other person is not notified, but reconnecting afterward means sending a brand-new invitation and having them accept it again. Safe to repeat: it returns not_connected if the profile isn't currently a 1st-degree connection, instead of guessing.

Input

profileUrl required

LinkedIn profile URL, e.g. https://www.linkedin.com/in/jolz/

Output

status required

removed = the connection was just ended; not_connected = this profile wasn't a 1st-degree connection to begin with.

publicId required

vanity id parsed from the URL (decoded)

profileUrl required
name optional

FAQ

Permanently remove an existing 1st-degree LinkedIn connection by profile URL, via the profile's overflow menu -> Remove connection -> confirm. This ends a real connection, not a pending invite (use `withdraw` to cancel one of those instead) — the other person is not notified, but reconnecting afterward means sending a brand-new invitation and having them accept it again. Safe to repeat: it returns not_connected if the profile isn't currently a 1st-degree connection, instead of guessing.
Required: profileUrl.
It returns name, status, publicId, profileUrl.
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_connection, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/remove_connection
It is part of Reduck's official curated catalogue.

Start building not clicking