Skip to main content
POST
Unfollow LinkedIn member

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Body

application/json

Request body of unfollow_linkedin_member.

linkedin_account_sid
string
required

LinkedIn account sid (ln_ac_…): the account that does the following. Identity-bound, so it is REQUIRED: the verbs below act AS this account. Travels in the body; this route group has no /{sid} path.

Required string length: 18
Pattern: ^ln_ac_
target
object
required

Target person; provide at least one of ln_id / sn_id / nickname. Best case is a member id plus the nickname.

Response

action success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
action
action
string
required

kebab-case verb; matches the route segment.

item
object | null
required
result
object
required
meta
object
required