Skip to main content
POST
Remove contact list members in bulk

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Path Parameters

id
string
required

The list id from GET /v1/contact-lists.

Body

application/json
member_ids
string[]
required

Member ids from GET /v1/contact-lists/{id}/members.

Required array length: 1 - 500 elements
account_id
string

Response

The bulk removal finished.

data
object