Skip to main content
POST
Bulk delete contacts. Only contacts belonging to the requesting user's company are removed; the result reports how many were deleted vs skipped so the UI can surface partial failures. Throttled tightly — destructive action, max 3 requests per minute.

Authorizations

Authorization
string
header
required

Bearer token: a Platform API Key (format: ak_live::) or a Personal Access Token (format: rgo-...). PATs always act as the token owner.

Body

application/json
contactIds
string<uuid>[]
required
Required array length: 1 - 500 elements

Response

requested
number
required
deleted
number
required
skipped
number
required