---
title: "Remove contact from sequence"
method: DELETE
path: "/v3/sequences/{id}/contact-links/{contact_id}"
tags: ["Sequence Contacts"]
---

# Remove contact from sequence

`DELETE /v3/sequences/{id}/contact-links/{contact_id}`

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

Remove a contact from the sequence

## Path parameters

- `id` integer, required
- `contact_id` integer, required

## Response `204`

Contact removed from sequence. The response body is empty.

- unknown

## Other responses

- `400` — Route-parameter validation failure (e.g. non-positive `id` or `contact_id`) or a business rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this sequence
- `404` — Sequence or contact not found, or contact not in sequence
- `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)
