cURL
curl --request DELETE \ --url https://api.prod.getdex.com/v1/groups/{groupId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "message": "<string>" }
Permanently delete a group by its ID. The contacts in the group are not deleted — only their association with this group is removed.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Was this page helpful?