ContactGroups

Remove members from a contact group

Removes one or more contacts from a contact group, returning the count of removed members.

DELETE
/v1/contact-groups/{groupId}/members

Removes one or more contacts from a contact group, returning the count of removed members.

x-api-key<token>

In: header

Path Parameters

groupId*string
Match^cgrp_[0-9a-hjkmnp-tv-z]{16,24}$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

contactIds*array<>
Items1 <= items

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/contact-groups/string/members" \  -H "Content-Type: application/json" \  -d '{    "contactIds": [      "string"    ]  }'
{  "removed": 0}