Contacts

Delete from static segment

The method deletes contacts from a static segment by contact ids or external customer ids. If don't specify any ids, all contacts will be deleted from the segment.

post/api/v1/group/{id}/contacts/detach

Path parameters

idinteger required

Segment ID

Request body

contactIdsinteger[]

The list of attach/detach contact ids to static group (max. 500).

externalCustomerIdsstring[]

The list of attach/detach external contacts ids to static group (max. 500).

Changes

No recorded changes to this endpoint across all 1 revision of this API.