v1
latestOpenAPI 3.1.02026-07-26359254.7 MBLinkedIn Accounts
Bulk delete LinkedIn accounts
<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.
post/v3/linkedin-accounts/bulk-delete
Request body
Example request
{
"ids": [
10,
11,
12
],
"force": false
}Response
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 required