Skip to main content

Overview

This document describes the usage of the Erasure 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 the Authorization 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 requestId can 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 requestId with the message "Request Already Exists".