v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
LinkedIn 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

idsinteger[] required

List of LinkedIn account IDs to delete

forceboolean

Whether to force delete accounts that are in use by sequences

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:

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