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

# Bulk delete email accounts

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

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

Deletes multiple email accounts at once. This is a non-atomic operation:
successfully deleted accounts are not rolled back if some fail.
The response contains only the failed items with their error details.

## Request body

- object
  - `ids` integer[], required — Array of email account IDs to delete

## Response `200`

Bulk operation completed. Response is a dictionary keyed by account ID.
Only failed items appear in the dictionary; missing IDs were deleted successfully.

- object

## Other responses

- `400` — Validation failure on the 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 delete email 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/versions/1c3d32eaf95e/schema)
