Withdraw Company Follow Invitation
This API allows the authenticated user to withdraw a previously sent invitation to follow a specific company on LinkedIn. You can obtain the invitation_id by calling the /api/v1/follow_company_invite API. In the response of this API, the field invitation_id is provided.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
invitation_id string — REQUIRED |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
status string | request_id string | result objectwithdrawn boolean | invitation_id string |
|
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|