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
Sequence ID
Query Parameters
Preview exactly what would be removed without writing anything.
Preview exactly what would be removed without writing anything.
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.
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
Responses
200
Successful Response
object
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
True when a LIVE/WAITING sequence was paused as part of this operation
Number of LinkedIn channel bindings removed
True when nothing was written
Live channel bindings left afterwards
Steps left on the sequence afterwards
The steps that were (or would be) removed
One step removed by the LinkedIn-removal operation.
object
Step ID that was removed
Position the step held before removal
Persisted step type, e.g. NETRION or HEYREACH
Sequence that was operated on
True when the sequence has no steps left
Sequence status after the operation
Sequence status before the operation
Number of LinkedIn steps deleted
Advisory notes the caller should surface to the user
422
Validation Error