> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/17.md).

# Art. 17 — Right to erasure (right to be forgotten)

1. The data subject shall have the right to obtain from the [controller](https://headlesslaw.com/definitions/gdpr/controller/) the erasure of [personal data](https://headlesslaw.com/definitions/gdpr/personal-data/) concerning him or her without undue delay and the controller shall have the obligation to erase personal data without undue delay where one of the following grounds applies:
   1. the personal data are no longer necessary in relation to the purposes for which they were collected or otherwise processed;
   2. the data subject withdraws consent on which the [processing](https://headlesslaw.com/definitions/gdpr/processing/) is based according to point (a) of [Article 6(1)](/mica.wtf/gdpr/chapter-ii-principles-art.-5-11/6.md), or point (a) of [Article 9(2)](/mica.wtf/gdpr/chapter-ii-principles-art.-5-11/9.md), and where there is no other legal ground for the processing;
   3. the data subject objects to the processing pursuant to [Article 21(1)](/mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/21.md) and there are no overriding legitimate grounds for the processing, or the data subject objects to the processing pursuant to [Article 21(2)](/mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/21.md);
   4. the personal data have been unlawfully processed;
   5. the personal data have to be erased for compliance with a legal obligation in Union or Member State law to which the controller is subject;
   6. the personal data have been collected in relation to the offer of information society services referred to in [Article 8(1)](/mica.wtf/gdpr/chapter-ii-principles-art.-5-11/8.md).
2. Where the controller has made the personal data public and is obliged pursuant to paragraph 1 to erase the personal data, the controller, taking account of available technology and the cost of implementation, shall take reasonable steps, including technical measures, to inform controllers which are processing the personal data that the data subject has requested the erasure by such controllers of any links to, or copy or replication of, those personal data.
3. Paragraphs 1 and 2 shall not apply to the extent that processing is necessary:
   1. for exercising the right of freedom of expression and information;
   2. for compliance with a legal obligation which requires processing by Union or Member State law to which the controller is subject or for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller;
   3. for reasons of public interest in the area of public health in accordance with points (h) and (i) of [Article 9(2)](/mica.wtf/gdpr/chapter-ii-principles-art.-5-11/9.md) as well as [Article 9(3)](/mica.wtf/gdpr/chapter-ii-principles-art.-5-11/9.md);
   4. for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with [Article 89(1)](/mica.wtf/gdpr/chapter-ix-provisions-relating-to-specific-processing-situations-art.-85-91/89.md) in so far as the right referred to in paragraph 1 is likely to render impossible or seriously impair the achievement of the objectives of that processing; or
   5. for the establishment, exercise or defence of legal claims.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.mica.wtf/mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/17.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
