cURL
curl --request POST \ --url https://api.prod.getdex.com/v1/groups/{groupId}/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contactIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "error": true, "message": "<string>" }
Remove one or more contacts from a group. The contacts themselves are not deleted — only their group membership is removed.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
1
Successful response
Was this page helpful?