App Logo
linkedin.com

LinkedIn — ignore a received invitation

Ignore (decline) a pending received invitation on LinkedIn, identified by the inviter's display name (person or page). Guards against homonyms - two or more pending matches throw rather than guess - and returns the status plus the matched name (recipientResolved). Only acts on invitations already loaded, and is not easily reversible.

Input

name required

Inviter's display name exactly as shown on the invitation. The pending invitation matching this name is ignored; ambiguous (multiple) matches throw.

Output

name required

Echo of the requested name.

status required

"ignored" when the invitation left the pending list.

recipientResolved optional

Trimmed text of the matched invitation card — cross-check the right person/page was ignored.

FAQ

Ignore (decline) a pending received invitation on LinkedIn, identified by the inviter's display name (person or page). Guards against homonyms - two or more pending matches throw rather than guess - and returns the status plus the matched name (recipientResolved). Only acts on invitations already loaded, and is not easily reversible.
Required: name.
It returns name, status, recipientResolved.
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/ignore_invitation, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/ignore_invitation
It is part of Reduck's official curated catalogue.

Start building not clicking