> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/digital-river-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders/recording-a-customers-request-to-be-forgotten.md).

# Recording a customer's request to be forgotten

Due to Digital River's legal and business obligations globally, we need to retain personal data for a defined period. According to our data retention policy, we will remove the personal data once this period expires.

To record a customer's request to be forgotten:

1. Click **Orders** in the left navigation. The Orders page appears.
2. [Filter your orders](/digital-river-api/administration/dashboard/order-management/orders/filtering-your-orders.md) if needed.
3. Click the order ID link under the **ID** column. The Order details page appears.\
   \
   ![](/files/au5hZ9n85YVuxScOugWw)
4. Under Customer, click the **Request removal of personal information** link. The Request removal dialog box opens.\
   \
   ![](/files/bT04t2zjdmuF43MHF8xM)
5. Click **Confirm**. The Order Details page appears. Note that under the Customer heading, the status now indicates "Customer has requested removal of their personal information."\
   ![](/files/p1eGnZF4Zp4mLCuOAgNp)


---

# 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://docs.digitalriver.com/digital-river-api/administration/dashboard/order-management/orders/recording-a-customers-request-to-be-forgotten.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.
