New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Current (2025-04-01)Merchants APIData Subject

Create Data Subject Removal Request

POST
/public/2025-04-01/data-subject/removal
x-api-key<token>

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/public/2025-04-01/data-subject/removal" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{  "request_id": "string",  "status": "string",  "chargeflow_id": "string",  "created_at": "string"}
Was this page helpful?