---
title: "Remove a LinkedIn account from a sequence"
method: DELETE
path: "/v3/sequences/{id}/linkedin-account-links/{linkedInAccountId}"
tags: ["Sequence LinkedIn Accounts"]
---

# Remove a LinkedIn account from a sequence

`DELETE /v3/sequences/{id}/linkedin-account-links/{linkedInAccountId}`

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Unlinks a LinkedIn account from the specified sequence

## Path parameters

- `id` integer, required
- `linkedInAccountId` integer, required

## Response `204`

LinkedIn account removed from sequence successfully. The response body is empty.

- unknown

## Other responses

- `400` — Invalid id or linkedInAccountId parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to modify this sequence
- `404` — Sequence or LinkedIn account link not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
