Skip to main content
POST
Bulk delete contacts

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
contact_ids
string[]

Explicit contact ids to delete (max 50,000). Provide this OR filters.

filters
object

Segment filter AST resolving the audience server-side. Provide this OR contact_ids.

Response

Contacts deleted inline (selection at or below the async threshold).

data
object
meta
object