Skip to content

Remove Linkedin Channel

DELETE
/sequences/{sequence_id}/channels/linkedin

Remove this sequence’s LinkedIn steps AND its LinkedIn channel, atomically.

Unbinding the channel on its own leaves the LinkedIn steps with no sender, which makes the sequence impossible to run or resume (400, and the sequence is reverted to DRAFTED) and pauses it outright if a contact reaches the step. This endpoint removes both halves in one transaction so that state is never created.

A sequence with no LinkedIn binding returns 200 with zero counts rather than 404, so it is safe to call across a batch. It also cleans up sequences already stranded with orphaned LinkedIn steps.

Authorizations

Parameters

Path Parameters

sequence_id
required

Sequence ID

string

Sequence ID

Query Parameters

dry_run

Preview exactly what would be removed without writing anything.

boolean

Preview exactly what would be removed without writing anything.

force

Required to operate on a LIVE or WAITING sequence. The sequence is paused afterwards either way so the result can be reviewed before it resumes sending.

boolean

Required to operate on a LIVE or WAITING sequence. The sequence is paused afterwards either way so the result can be reviewed before it resumes sending.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

Result of removing a sequence’s LinkedIn steps and channel binding together.

Nothing bound is a SUCCESS with zero counts, never a 404 — that is what makes the operation safe to call across a batch of sequences without inspecting each one first, and it doubles as the cleanup path for a sequence already stuck with orphaned LinkedIn steps.

object
auto_paused
required

True when a LIVE/WAITING sequence was paused as part of this operation

boolean
channel_type_removed
Any of:
string
channels_removed
required

Number of LinkedIn channel bindings removed

integer
dry_run
required

True when nothing was written

boolean
provider
Any of:
string
remaining_channel_count
required

Live channel bindings left afterwards

integer
remaining_step_count
required

Steps left on the sequence afterwards

integer
removed_steps

The steps that were (or would be) removed

Array<object>

One step removed by the LinkedIn-removal operation.

object
id
required

Step ID that was removed

string
step_order
required

Position the step held before removal

integer
step_type
required

Persisted step type, e.g. NETRION or HEYREACH

string
sequence_id
required

Sequence that was operated on

string
sequence_now_empty
required

True when the sequence has no steps left

boolean
status_after
required

Sequence status after the operation

string
status_before
required

Sequence status before the operation

string
steps_removed
required

Number of LinkedIn steps deleted

integer
warnings

Advisory notes the caller should surface to the user

Array<string>
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string