Probatix Documentation
Probatix Diagnostics API v1

Request GDPR erasure by email address

Request GDPR erasure by email address

POST
/v1/gdpr-erasure

Request GDPR erasure by email address

X-API-TOKEN<token>

In: header

Header Parameters

accept-language?string

Language for Errors and Translatable properties

Allowed values: "de", "en", "fr"

Request Body

The new GdprErasure resource

TypeScript Definitions

Use the request body type in TypeScript.

body*GdprErasure
email?string (email)

Response Body

curl -X POST "https://example.com/v1/gdpr-erasure" \  -H "accept-language: de" \  -H "Content-Type: application/json" \  -d '{}'
Empty