Initiate GDPR user deletion
Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.
Initiates a public GDPR deletion request for the authenticated user. The user’s GCID is resolved from the token and forwarded to the GDPR service; the request body must include GCID and the target account CID.
Authorizations
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
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
A unique request identifier.
"f5838e28-d8df-4cf9-bb4c-b3c3758e19ac"
Body
Response
GDPR deletion request accepted and execution started
GDPR process execution identifier.
HTTP status code echoed in the response body.
GDPR execution status (1=Init, 2=Failed, 3=UnderExecution, 4=Success, 5=Canceled, 6=UnderManualHandling, 7=UnderEndProcess).
GDPR execution status reason (1=System, 2=ByRequest, 3=AccountStatusValidation, 4=ProcessStatusValidation, 5=GeneralException).