Direct actions
Withdraw a pending connection request from this sender to a profile. Safe to call when nothing is pending.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Path Parameters
id*string
identifier*string
The profile's public identifier (username).
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/accounts/string/connections/string"{ "data": { "withdrawn": true, "alreadyGone": true }}Visit a profile POST
Visit a LinkedIn profile from this sender account, registering a real profile view (the target sees it). Counts against the sender's daily profile-view cap.
API info GET
Returns API metadata and the workspace the key belongs to, including its effective plan, sender-seat usage and whether it is an organization or a workspace inside one. Handy for verifying a key works.