Tool
tracking_profiles_delete
GDPR erasure: permanently delete a person and their events from Postgres and record an erasure request.
GDPR erasure: permanently delete a person and their events from Postgres and record an erasure request. Archived events are flagged as a deletion gap.
Behavior
- HTTP
DELETE /tracking/profiles/:profileId
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| profileId | string | • | The profile id (uuid) |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| ok | boolean | • | |
| archive | object | • | |
| deleted | object | • | |
| profileId | string | • |
Try it
GDPR erasure: permanently delete a person and their events from Postgres and record an erasure request.