Profile Delete Request

Deletes a single Entity (normally a user).

This API persists a deletion event for the particular profile provided. The live profile is removed from the profile graph database and search index, and the deletion is immediately recorded in a suppression ledger so that the person's historical events are excluded from all subsequent data reads (exports, audience syncs, analytics replays). This request returns a "request_id" which may be used to determine the status of that deletion.

Physical removal of archived event data runs as a background process bounded by your account's archival data retention limit.

# Delete user whose "user_id" = "userdeleteme12"
# user_id can be any by-field

curl -s -H "Authorization: $LIOKEY" \
  -XDELETE "https://api.lytics.io/api/entity/user/user_id/userdeleteme12" | jq '.'

Use Cases

  • GDPR right to be forgotten, a user asks for profile to be deleted.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to user
string
required

Field name of identity to use as lookup (could be email, user_id, etc)

string
required

Field value of identity

Query Params
string

Your Lytics account ID.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json