Skip to main content
POST
Delete multiple contacts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
contactIds
string[]
required

Up to 1000 contact ids.

Required array length: 1 - 1000 elements
Pattern: ^\d+$

Response

OK

processed
number
required

Number of contact ids that were found and processed.

skippedContactIds
string[]
required

Contact ids from the request that were not found in this workspace (deleted, wrong workspace, or unknown) and were therefore skipped.