> ## Documentation Index
> Fetch the complete documentation index at: https://v3.captaindata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Withdraw LinkedIn Pending Invitations

> Withdraws LinkedIn sent pending invitations.

LinkedIn limits the number of pending invitations you can have. This action helps you manage and clean up your pending invitations efficiently.

### Inputs

This action does not require any input 🙌

### Parameters

<ParamField path="max_results" type="number" default="100">
  The maximum number of invitations to withdraw. The default is 100, with a
  maximum of 1000.
</ParamField>

<ParamField path="lastPageStart" type="checkbox" default="false">
  Start from the last page to withdraw the oldest connection requests first. For
  example, if you select this option and set the maximum results to 200, the 200
  oldest connection requests will be withdrawn.
</ParamField>

### Output Fields

The action returns the LinkedIn profile URL of the withdrawn invitations.

<ResponseField>
  <Expandable title="properties">
    <ResponseField name="linkedin_profile_url" type="string">
      The LinkedIn profile URL of the withdrawn invitation
    </ResponseField>
  </Expandable>
</ResponseField>

Here is the JSON schema for the output:

<Accordion title="Show JSON Output Schema">
  ```json
  {
      "linkedin_profile_url": "string"
  }
  ```
</Accordion>

<Info>
  Ensure you have the necessary permissions to withdraw invitations on LinkedIn.
</Info>
