Skip to main content
POST
/
linkedin-accounts
/
bulk-delete
Bulk delete LinkedIn accounts
curl --request POST \
  --url https://api.reply.io/v3/linkedin-accounts/bulk-delete \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "ids": [
    10,
    11,
    12
  ],
  "force": false
}
'
{}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json

Request body for bulk deleting LinkedIn accounts.

ids
integer[]
required

List of LinkedIn account IDs to delete

force
boolean

Whether to force delete accounts that are in use by sequences

Response

Bulk delete results. Only failed items appear in the response dictionary.

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.