User points deletion
This document import allows you to mark user points for deletion.
Each line in the document is a user identifier that is linked to a user point (or is a user point id directly). For each of those identifiers, the job will find its associated user point and delete it, along with all of its identifiers, segments, scenario and its profile .
This is only supported for datamarts using a user point system version of v202205
or later.
How-to
Use the bulk import endpoints to create a document import with the
USER_POINTS_DELETION
document type andAPPLICATION_X_NDJSON
mime type. Onlyndjson
data is supported.Create an execution with your commands formatted in
ndjson
. Each line can represent either a user agent, a user email, a user account or a user point id. Their respective syntax is detailed in User identifiers deletion.
Example
Please note that the uploaded data is in ndjson
and not json
. That means the different deletions are not separated by commas, but by a line separator.
Last updated