---
title: "Bulk remove contacts from an account"
method: POST
path: "/v3/contact-accounts/{id}/contact-links/bulk-delete"
tags: ["Accounts"]
---

# Bulk remove contacts from an account

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

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

Removes multiple contacts from the specified account. Non-atomic — some may succeed while others fail.
Items not in the response dictionary succeeded.

## Path parameters

- `id` integer, required

## Request body

- object — Request body containing a list of contact IDs
  - `contactIds` integer[], required — List of contact IDs

## Response `200`

Dictionary of failed items keyed by contact ID. Empty object `{}` means all succeeded.

Per-item error codes:

| error | Meaning |
|-------|---------|
| 1 | `NotFound` — contact does not exist or is not linked to this account |

- object

## Other responses

- `400` — Route parameter / body validation failure, or a business-rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to modify this account
- `404` — Account 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)
