> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inflection.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Subject Erasure Requests

> Data Subject Erasure Requests (DSRs) allow individuals to request the deletion of their personal data, as required by privacy laws like GDPR and CCPA.

Data Subject Erasure Requests (DSRs) allow individuals to request the deletion of their personal data, as required by privacy laws like GDPR and CCPA. These requests are an important part of protecting user privacy and staying compliant with data regulations. In Inflection, DSRs can be handled either manually or through automated integrations

## How to add contact email(s) for an erasure request

### Option 1 - Bulk Upload CSV

1. Navigate to **Settings > Erasure Requests**.

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/01.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=b0e07d5c3c3fa2c7ca0b61b73d33bc85" alt="Erasure Requests option in the Settings menu" width="844" height="637" data-path="images/settings/data-subject-erasure-requests/01.png" />

2. Click on **“New Request”** on the top right corner.

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/02.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=996d3de9e958ad126dc70debecfb404d" alt="New Request button on the Erasure Requests page" width="753" height="574" data-path="images/settings/data-subject-erasure-requests/02.png" />

3. Upload a CSV file containing the list of email addresses to be erased.

   <Info>
     Note:

     The CSV file **must** include a header named `"email"`.

     Optionally, a `"reason"` column may be added for auditing purposes. If not provided, it will be updated as “User requested deletion”
   </Info>

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/03.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=c888c2f692eadcf5cd143c8fdd541b75" alt="CSV upload dialog for a new erasure request" width="2268" height="1901" data-path="images/settings/data-subject-erasure-requests/03.png" />

4. Review the warnings displayed carefully. To confirm the erasure, type **“DELETE”** in the confirmation field.

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/04.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=fbdd153931be2f0fa669eb8f953b0490" alt="Erasure confirmation dialog requiring DELETE to be typed" width="2277" height="1452" data-path="images/settings/data-subject-erasure-requests/04.png" />

5. Once the request is processed, a CSV export will be available listing all contacts that were successfully erased.

   <Info>
     Note:

     The exported CSV will only include email addresses that were **successfully** removed. Contacts that do not exist in the database, contain invalid email formats, or fail validation for any other reason will **not** appear in the export.
   </Info>

### Option 2 - API endpoint connection for sending DSRs from external tools

1. Go to **Connection > Add Connection > Custom DSR Connection**.

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/05.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=0e2744985cc8c9f2ee983ce5f0a49045" alt="Custom DSR Connection option in the Add Connection screen" width="2314" height="819" data-path="images/settings/data-subject-erasure-requests/05.png" />

2. Enter a connection name and description.

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/06.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=b79eeeef612709efae25fde97b4bff85" alt="Dialog for entering the DSR connection name and description" width="877" height="875" data-path="images/settings/data-subject-erasure-requests/06.png" />

3. You may use the shown URL and Bearer Token for sending erasure requests from external systems.

   <img src="https://mintcdn.com/inflection-4b2c0de4/sEk80mgTrRhGEHCY/images/settings/data-subject-erasure-requests/07.png?fit=max&auto=format&n=sEk80mgTrRhGEHCY&q=85&s=6b2097f04fd82a6e691ac5494803fca2" alt="DSR connection details showing the endpoint URL and Bearer Token" width="1782" height="1718" data-path="images/settings/data-subject-erasure-requests/07.png" />

4. Requests created via this method will also be shown under **Settings > Erasure Requests**.

<Info>
  For request/response details and sample calls, see the [Erasure API Endpoint documentation](/settings/erasure-api).
</Info>
