messaging

Get removed contacts for a newsletter (tombstone feed)

Returns contacts that were in the newsletter's audience but have since been removed — either archived globally (Contact.is_archived) or dropped from the newsletter's list(s) (ContactList.is_archived). Lets a sync consumer detect removals incrementally via archived_since instead of diffing a full snapshot. NOTE: archived_date is a proxy (Contact.updated / ContactList.updated — the row's last-modified time, which for an archival is the archival time) until a dedicated archived_at column exists, mirroring the v1 /persons/deleted feed.

get/messaging/newsletter/{id}/contacts/deleted

Path parameters

idstring required

Newsletter GUID

Query parameters

archived_sincestring

Only removals at/after this instant. Accepts a date (YYYY-MM-DD) or an ISO-8601 timestamp; UTC assumed when no offset. Invalid input returns 400.

skipinteger

Records to skip (default 0)

limitinteger

Max records to return (default 50)

Response

Successful response

Changes

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