v1
latestOpenAPI 3.1.02026-07-26359254.7 MBLinkedIn Accounts
Update LinkedIn account revoke settings
<small>Requires the channels:write scope (or a broader one that includes it).</small>
Updates the automatic connection revocation settings for a LinkedIn account.
put/v3/linkedin-accounts/{id}/revoke-settings
Path parameters
idinteger required
LinkedIn account ID
Request body
Example request
{
"enabled": true,
"periodDays": 30
}Response
Revoke settings updated successfully. The response body is empty.
{"stackTrail":"paths:/v3/linkedin-accounts/{id}/revoke-settings:put:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}