withdraw_connection_request
Withdraw a pending LinkedIn connection request by providing the person's profile URL. Optionally unfollow them to stop seeing updates.
Instructions
Allows you to withdraw the connection request sent to a person (st.withdrawConnectionRequest action).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personUrl | Yes | Public or hashed LinkedIn URL of the person you want to withdraw the connection request from. (e.g., 'https://www.linkedin.com/in/john-doe') | |
| unfollow | No | Optional. Boolean indicating whether you want to unfollow the person when withdrawing the request. The default value is true. |