All Collections
FAQs
Withdraw All Pending Invitation through LinkedFusion
Withdraw All Pending Invitation through LinkedFusion

In this article I'll help you setup a script in your browser, that will withdraw all your pending invites from LinkedIn

Arpan Shah avatar
Written by Arpan Shah
Updated over a week ago

We will be using the below script to withdraw all the pending invites.

Script

javascript:(function(){var i=0;var f=function(){let l=document.querySelector("*[data-control-name=withdraw_single]");if (!!l){setTimeout(function(){l.click();}, 100);setTimeout(function(){document.querySelector(".artdeco-modal .artdeco-button--primary").click();},1500);setTimeout(function(){f();},2500);}};f();})()

Step 1: Add this script to your Chrome Browser

  1. Open Bookmarks Manager in your Chrome Browser. To open Bookmark Manager, click on the 3 dots on the top right corner of your chrome browser and click on Bookmarks -> Bookmark Manager. (Shortcut: For Windows: Ctrl+Shift+O, For Mac: Cmd+Option+B)

  2. Click on the 3 dots on the top right corner of the bookmarks page, and select Add New Bookmark.

  3. Name this Bookmark as LinkedIn Withdraw Invites Button.

  4. Below that you will find another field called URL. Paste the script from the top of this article in the URL field.

  5. And finally, click on Save Button.

Step 2: Execute this script on LinkedIn

  1. First, you need to open LinkedIn Invitation Manager or navigate to https://www.linkedin.com/mynetwork/invitation-manager/sent/ and click on Sent to see all the pending invites.

  2. Click on LinkedIn Withdraw Invite Button that we created in the previous steps.

  3. This will start the script and the withdrawal process will be started.

IMPORTANT: To stop this script simply refresh the LinkedIn page and that will stop the script

Did this answer your question?