API Reference/Endpoints
Cancel a sent invitation
DELETE/api/linkedin/gateway/users/invite/sent/{invitation_id}
Withdraws a connection request the connected account previously sent and hasn't been accepted yet — useful for clearing out invites that have gone stale before sending a fresh one.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401. The account behind account_id must belong to your key.
Path parameters
Query parameters
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No pending sent invitation with that id — it may already be accepted, declined, or withdrawn.