Remove Contacts From Subscription Group
Remove Contacts From Subscription Groups
POST
[PlatformAddress]/api/1.0/contact?action=removeContactsFromSubscriptionGroup
Remove contact details from a subscription group
Path Parameters
Name
Type
Description
contacts
integer
The contact identifiers to unsubscribe from the group
integer
The subscription group identifier to remove the contacts from
Returns
An array of objects with the following properties
Property
Description
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 addContactsToSubscriptionGroup call. It takes the same parameters and returns the same result.
Last updated