User identifiers deletion
Last updated
Was this helpful?
Last updated
Was this helpful?
This document import allows you to mark for deletion. Each line in the document represents a different object to remove from the platform.
Use the endpoints to create a with theUSER_IDENTIFIERS_DELETION
document type and APPLICATION_X_NDJSON
mime type. Only ndjson
data is supported for user activities.
Create anwith your commands formatted in ndjson
. Each command can either be a user account deletion, a user email deletion or a user agent deletion.
You can, of course, remove different identifier types at the same time. 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 \n
field
type
description
type
String
USER_ACCOUNT
user_account_id
String
The User Account Id.
compartment_id
Number (Optional)
The Compartment Id associated with the User Account Id.
field
type
description
type
String
USER_EMAIL
hash
String
Hash of the Email address.
field
type
description
type
String
USER_AGENT
user_agent_id
String
User device point ids ("udp:123456") are not supported by this document import job and will cause the job to be rejected.
Use the Device points deletionjob type if you want to delete device points along with all their associated technical ids.
Example:
A other than a device point id. Ex: "vec:123456" or "net:9:12345".