ToolsConnect

Remove LinkedIn account

Unlink a LinkedIn seat, cancel its queued work, and retain local audit history.

Tool: remove_linkedin_account

Refused with active_campaign_conflict while any active sequence still has leads mid-campaign on the seat: pause those sequences with update_sequence status='paused' first, so ending a live campaign is always a deliberate choice rather than a side effect of removing a seat.

Parameters

ParamTypeRequiredDescription
connected_account_idstring (slug or UUID)yesThe LinkedIn seat to remove.

Stops active enrollments and cancels queued (not already in-flight) sends before Unipile is unlinked.

If the provider unlink is temporarily unavailable, the seat becomes removal_pending and cannot be used; retry this operation with the same connected_account_id.

Historical messages and audit records stay locally; a removed seat cannot be reconnected - start a new hosted-auth flow instead.

Sample request

{
  "connected_account_id": "jordan-sender-0001"
}

On this page