Overview
This document describes the usage of theErasure API endpoint provided by Inflection.io. This endpoint is used to initiate a user data erasure request based on the user’s email address.
Endpoint
Authentication
The endpoint requires Bearer token authentication. The token must be passed in theAuthorization header.
Header Example:
The endpoint URL and Bearer Token for your workspace are shown when you create a Custom DSR connection — see Data Subject Erasure Requests.
Request
Headers
Body Parameters
Sample Request Body:
Sample curl Command
Responses
Success - Request Initiated
Success - Request Already Exists
Notes
- The
requestIdcan be used for tracking or auditing the status of the erasure request. - The endpoint is idempotent. If a request for the same email has already been initiated, it will return the same
requestIdwith the message"Request Already Exists".