---
title: "Delete a LinkedIn account"
method: DELETE
path: "/v3/linkedin-accounts/{id}"
tags: ["LinkedIn Accounts"]
---

# Delete a LinkedIn account

`DELETE /v3/linkedin-accounts/{id}`

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

Deletes a LinkedIn account by ID. Use the force parameter to delete accounts that are in use by sequences.

## Path parameters

- `id` integer, required

## Query parameters

- `force` boolean

## Response `204`

LinkedIn account deleted successfully. The response body is empty.

- unknown

## Other responses

- `400` — Route-parameter validation failure, or a business rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — Cannot delete because voice profile count exceeds remaining LinkedIn accounts
- `404` — LinkedIn account not found
- `409` — Account is in use by sequences (use force=true to override)
- `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)
