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
Navigate to Settings > Erasure Requests.

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

Upload a CSV file containing the list of email addresses to be erased.
<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" />
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”
</aside>

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

Once the request is processed, a CSV export will be available listing all contacts that were successfully erased.
<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" />
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.
</aside>
Go to Connection > Add Connection > Custom DSR Connection.

Enter a connection name and description.

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

Requests created via this method will also be shown under Settings > Erasure Requests.
<aside>
Inflection.io Erasure API Endpoint Documentation
</aside>