Before you begin
Record-level anonymisation is available when all of the following conditions are met:
This operation is designed for targeted privacy requests. It removes selected records without replacing the complete Datasource.
How record-level anonymisation works
Your privacy process sends one or more primary key values to the Datasource anonymisation operation. Reelevant writes a deletion marker for each identifier into the live Upsert stream. After the markers are processed, the matching records stop appearing in Datasource queries. Other records remain available and unchanged.Record-level anonymisation is not available for Append or Override strategies, or for PubSub and Proxy ingestion modes.
Submit an anonymisation request
SetDATASOURCE_ID to the Datasource identifier and ACCESS_TOKEN to an OAuth 2.0 access token. See Authentication for token creation.
The ids array contains the primary key values to anonymise.
200 status confirms that Reelevant accepted the request for asynchronous processing. The anonymized field reports the number of submitted identifiers.
Requests with an empty ids array or more than 10,000 values return 400.
Worked example
A CRM Datasource usescustomer_id as its primary key and Upsert as its update strategy.
Before anonymisation
A customer privacy request identifies
C-1042. Your privacy process submits this primary key for anonymisation.
After anonymisation
Queries no longer return
C-1042. The record for C-2088 remains available without modification.
Coordinate deletion across your data systems
Anonymising a record in Reelevant does not remove it from the original source system. It also does not remove copies stored in separately configured analytics destinations. For a complete right-to-erasure process:- Remove or anonymise the record in the source system.
- Submit the same primary key to the Reelevant Datasource anonymisation operation.
- Apply the required deletion policy to each analytics destination.
- Verify that the identifier no longer appears in Datasource queries.
- Retain the audit evidence required by your organisation.
Operational checklist
For query validation, see Querying Datasources. For an architectural overview, see Data Ingestion.