---
title: "Bulk delete accounts"
method: POST
path: "/v3/contact-accounts/bulk-delete"
tags: ["Accounts"]
---

# Bulk delete accounts

`POST /v3/contact-accounts/bulk-delete`

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

Deletes multiple accounts by ID. Non-atomic — some may succeed while others fail.
Items not in the response dictionary succeeded.

## Request body

- object — Request body for bulk deleting accounts
  - `ids` integer[], required — List of contact account IDs to delete

## Response `200`

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

Per-item error codes:

| error | Meaning |
|-------|---------|
| 1 | `NotFound` — account does not exist |

- object

## Other responses

- `400` — Request 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 delete accounts
- `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)
