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

# Bulk delete LinkedIn accounts

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

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

Deletes multiple LinkedIn accounts. Returns a dictionary of failed items keyed by account ID.

## Request body

- object — Request body for bulk deleting LinkedIn accounts.
  - `ids` integer[], required — List of LinkedIn account IDs to delete
  - `force` boolean — Whether to force delete accounts that are in use by sequences

## Response `200`

Bulk delete results. Only failed items appear in the response dictionary.

Possible per-item error codes:

| error | Meaning |
|-------|---------|
| 2 | `NotFound` — account does not exist |
| 3 | `AccountInUse` — account is in use by sequences (omit `force=true` triggers this) |
| 7 | `InternalError` — unexpected failure |
| 8 | `VoiceProfileConflict` — more voice profiles than remaining LinkedIn accounts |

- 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 LinkedIn 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)
