POST contacts/deleteGroups
Remove contact from the groups provided. ContactID or email is required.
* required
Parameters
| Name | Type | Description |
|---|---|---|
| contactID | integer | Unique ID of a contact |
| email-address | An email address of an existing contact | |
| groupIDs * | array[integer] | Remove contact from these groups |
Response Data
Method returns no data
Permissions
Method requires the Contacts (Edit) permission
Example Calls
Remove contact from groups
POST
/contacts/deleteGroups
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
POST
contacts/deleteGroups