v1

latestOpenAPI 3.0.02026-08-04660400.1 KB

Soft-delete engagements removed upstream within a window

Given an exhaustive set of engagement externalIds for a startTime window, soft-delete any engagements on this connection in that window that are not in the set.

post/v1/integrations/sync/engagements/soft-delete-removed

Request body

validExternalIdsstring[] required

Exhaustive set of engagement externalIds currently present upstream for this window. Any engagement on this connection whose startTime falls in [fromTime, toTime] but is NOT in this list will be soft-deleted.

fromTimestring date-time required

Inclusive lower bound on engagement.startTime.

toTimestring date-time required

Inclusive upper bound on engagement.startTime.

Response

Soft-delete engagements removed upstream within a window