---
title: "Remove contacts from a sequence"
method: DELETE
path: "/v1/sequences/{id}/contacts"
tags: ["Sequences"]
---

# Remove contacts from a sequence

`DELETE /v1/sequences/{id}/contacts`

Removes contacts from an existing sequence (soft-delete). Idempotent: contacts not in the sequence are silently ignored. Returns 404 if the sequence is outside the API key scope.

## Path parameters

- `id` string, required

## Request body

- ContactsBatchDto
  - `contactIds` string[], required — Array of contact UUIDs (1–100). Duplicates and out-of-scope contacts are ignored silently.

## Response `200`

Contacts removed

- unknown

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible
- `404` — Sequence not found or outside API key scope

---

[API](https://skmtc.net/skipcall/apis/skipcall-public-api.md) · [All operations](https://skmtc.net/skipcall/apis/skipcall-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skipcall/skipcall-public-api/versions/f594352719bd/schema)
