Bulk delete LinkedIn accounts
LinkedIn Accounts
Bulk delete LinkedIn accounts
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Deletes multiple LinkedIn accounts. Returns a dictionary of failed items keyed by account ID.
POST
Bulk delete LinkedIn accounts
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Body
application/json
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 |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.