---
title: "Bulk remove contacts from sequence"
method: POST
path: "/v3/sequences/{id}/contact-links/bulk-delete"
tags: ["Sequence Contacts"]
---

# Bulk remove contacts from sequence

`POST /v3/sequences/{id}/contact-links/bulk-delete`

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

Remove multiple contacts from the sequence at once

## Path parameters

- `id` integer, required

## Request body

- object
  - `contactIds` integer[], required

## Response `200`

Contacts removed from sequence

- object
  - `requested` integer — Number of contacts requested for removal
  - `removed` integer — Number of contacts actually removed
  - `notFound` integer — Number of contacts not found
  - `notInSequence` integer — Number of contacts not in the sequence
  - `removedIds` integer[] — IDs of contacts that were removed

## Other responses

- `400` — Validation failure on the route parameter or request body, 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 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)
