Skip to main content

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

Set DATASOURCE_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.
A 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 uses customer_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:
  1. Remove or anonymise the record in the source system.
  2. Submit the same primary key to the Reelevant Datasource anonymisation operation.
  3. Apply the required deletion policy to each analytics destination.
  4. Verify that the identifier no longer appears in Datasource queries.
  5. Retain the audit evidence required by your organisation.
A Worker Datasource can import the record again if a later source refresh still contains the same primary key. Update the source system before the next refresh to prevent re-ingestion.

Operational checklist

For query validation, see Querying Datasources. For an architectural overview, see Data Ingestion.