v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Remove Contacts of a specified group

Removes the contacts that match the provided ids from the specified group

delete/groups/my/{group_name}/contacts

Path parameters

group_namestring required

The name of the group which contains the contacts

Headers

Authorizationstring required

Bearer {access-token}

Content-Typestring required

application/json

Response

200

namestring
sizeinteger

Example response

{
  "name": "customers",
  "size": 3
}