Skip to main content
DELETE
Initiate GDPR user deletion

Authorizations

x-api-key
string
header
default:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
required

API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.

Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

x-user-key
string
header
default:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
required

User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.

Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"f5838e28-d8df-4cf9-bb4c-b3c3758e19ac"

Body

application/json
GCID
integer<int32>
required

Global customer identifier. Must be a positive integer and match the authenticated user.

CID
integer<int32>
required

Customer account identifier (real or demo CID) to delete.

Response

GDPR deletion request accepted and execution started

executionId
string<uuid>

GDPR process execution identifier.

statusCode
integer

HTTP status code echoed in the response body.

executionStatus
integer

GDPR execution status (1=Init, 2=Failed, 3=UnderExecution, 4=Success, 5=Canceled, 6=UnderManualHandling, 7=UnderEndProcess).

statusReason
integer

GDPR execution status reason (1=System, 2=ByRequest, 3=AccountStatusValidation, 4=ProcessStatusValidation, 5=GeneralException).