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.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
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.