Inferensys

Glossary

Right to Erasure

A legal right under GDPR Article 17 allowing individuals to request the deletion of their personal data from a controller's systems, including AI training datasets and machine learning models.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
DATA SUBJECT RIGHTS

What is Right to Erasure?

The Right to Erasure, commonly known as the 'right to be forgotten,' is a legal entitlement under regulations like the GDPR (Article 17) that allows individuals to request the deletion of their personal data from a data controller's systems without undue delay.

In the context of artificial intelligence governance, the Right to Erasure presents a significant technical challenge. It requires organizations to locate and expunge an individual's data not just from active databases, but also from training datasets, backup archives, and the latent parametric memory of trained machine learning models, where complete removal is technically difficult to verify.

Fulfilling this right often necessitates a shift from naive deletion to machine unlearning techniques, which aim to remove a specific data point's influence without full model retraining. The obligation applies when the data is no longer necessary, consent is withdrawn, or the processing was unlawful, forcing a tight integration between data lineage tracking and model lifecycle management.

CORE ATTRIBUTES

Key Characteristics of the Right to Erasure

The right to erasure, enshrined in Article 17 of the GDPR, is not an absolute right. Its application to AI systems hinges on specific technical and legal conditions that determine when a controller must delete personal data from training datasets and model outputs.

01

Legal Grounds for Erasure

A data subject can request deletion when one of six specific conditions is met:

  • Consent Withdrawal: The data was processed based on consent, and the subject withdraws it.
  • Legitimate Interest Override: The subject objects to processing, and the controller has no overriding legitimate grounds.
  • Unlawful Processing: The personal data was processed illegally.
  • Legal Obligation: A Union or Member State law requires deletion.
  • Purpose Fulfillment: The data is no longer necessary for the original collection purpose.
  • Child Data: The data was collected in relation to an information society service offered to a child.
Art. 17
GDPR Provision
02

Exemptions from Erasure

The right to erasure is limited when processing is necessary for:

  • Freedom of Expression: Exercising the right to freedom of expression and information.
  • Legal Compliance: Complying with a legal obligation requiring processing.
  • Public Interest: Performing a task carried out in the public interest or exercising official authority.
  • Public Health: Reasons of public interest in the area of public health.
  • Archiving & Research: Archiving purposes in the public interest, scientific or historical research, or statistical purposes, where erasure would render impossible or seriously impair the achievement of those objectives.
  • Legal Defense: The establishment, exercise, or defense of legal claims.
03

Technical Implementation in AI

Fulfilling erasure requests in machine learning pipelines presents unique challenges:

  • Full Retraining: The most definitive method involves removing the subject's data from the training set and retraining the model from scratch, which is computationally prohibitive for large foundation models.
  • Machine Unlearning: Emerging techniques like SISA (Sharded, Isolated, Sliced, Aggregated) training partition data into shards, allowing retraining of only the affected sub-model rather than the entire system.
  • Exact Unlearning: Algorithms that directly subtract the influence of specific data points from model weights without retraining, though this remains an active research area with no production-grade guarantees.
SISA
Key Unlearning Framework
04

Notification Obligations

The controller has cascading responsibilities once an erasure request is validated:

  • Recipient Notification: The controller must communicate the erasure to any third party to whom the data was disclosed, unless this proves impossible or involves disproportionate effort.
  • Public Disclosure: If the controller made the personal data public, they must take reasonable steps, including technical measures, to inform other controllers processing the data that the subject has requested erasure of any links, copies, or replication.
  • Verification of Identity: Before acting, the controller must verify the identity of the requester using reasonable means, especially in automated systems where direct human interaction is absent.
05

Impact on Model Outputs

Erasure extends beyond stored training data to the model's generated outputs:

  • Memorization Risk: Large language models can memorize and regurgitate verbatim training data, including personal information. Erasure requests may require output filtering or model editing to prevent future generation.
  • Inference-Based Data: Even if a name is deleted, a model might still infer sensitive attributes from non-personal data combinations. True erasure requires addressing these indirect associations.
  • Cached & Derived Data: All backups, logs, embeddings, and feature vectors derived from the original data must also be identified and deleted, requiring comprehensive data lineage tracking.
06

Interaction with Data Minimization

The right to erasure is intrinsically linked to the principle of data minimization under Article 5(1)(c) of the GDPR:

  • Proactive Compliance: Systems designed with data minimization in mind—collecting only what is adequate, relevant, and limited to what is necessary—reduce the surface area for erasure requests.
  • Retention Schedules: Automated deletion policies based on predefined retention periods prevent data from persisting indefinitely, making erasure requests less frequent and less complex.
  • Pseudonymization: Storing data in a pseudonymized form, where the key is held separately, can simplify erasure by allowing the controller to delete the linking key rather than hunting through distributed datasets.
RIGHT TO ERASURE IN AI SYSTEMS

Frequently Asked Questions

Clear answers to the most common technical and legal questions about implementing the right to erasure in machine learning pipelines and training datasets.

The right to erasure, also known as the 'right to be forgotten,' is a legal right under Article 17 of the GDPR that allows individuals to request the deletion of their personal data from a data controller's systems. In the context of artificial intelligence, this right extends to personal data embedded within training datasets, model parameters, and inference logs. When a valid erasure request is received, organizations must remove the individual's data not only from primary storage but also from backup systems, derivative datasets, and any feature stores used in machine learning pipelines. The technical challenge is significant: personal data in training sets has already influenced model weights through gradient updates, making simple deletion insufficient. Compliance requires a combination of data provenance tracking, robust data versioning, and potentially machine unlearning techniques to remove the data's influence without full model retraining. Under the EU AI Act, high-risk AI systems must demonstrate verifiable mechanisms for honoring erasure requests as part of their conformity assessments.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.