Remove Contacts From Subscription Group
Last updated
Last updated
POST
[PlatformAddress]/api/1.0/contact?action=removeContactsFromSubscriptionGroup
Remove contact details from a subscription group
contacts
integer
The contact identifiers to unsubscribe from the group
integer
The subscription group identifier to remove the contacts from
An array of objects with the following properties
contactId
The contact this result is for
status
If the contact was removed from the group or not
Removes a number of contacts from a subscription group. This call is very similar to the call. It takes the same parameters and returns the same result.