Device points deletion
This document import allows you to mark device points for deletion.
Each line in the document is a user agent identifier that is linked to a device point (or is a device point id directly). For each of those identifiers, the job will find its associated device point and delete it. Note that a device point may be linked to multiple user agent identifiers, all of which will be deleted once their device point is (including user agent identifiers that may not appear in your document).
This is only supported for datamarts using a user point system version of v202205
or later.
It only deletes the device point and its identifiers but not the associated user point.
How-to
Use the bulk import endpoints to create a document import with the
USER_DEVICE_POINTS_DELETION
document type andAPPLICATION_X_NDJSON
mime type. Onlyndjson
data is supported.Create an execution with your commands formatted in
ndjson
. Each line represents a user agent.
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.
A list of possible user_agent_id
values can be found at user_agent_id
If you want to pass device point ids directly ("udp:987654") you must do so using the USER_AGENT
type.
Last updated