v52

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01353775.9 KB
Customer

get/v1/customer/erasure/{requestId}

Path parameters

requestIdstring uuid required

The id of the erasure request returned by POST /customer/erasure

Response

The current status of the erasure request

requestIdstring uuid required

The id of the erasure request; poll it for status.

customerIdstring uuid required

The id of the customer being erased in our system.

statusstring required

The current status of the erasure request.

createdAtstring date-time required

When the erasure request was created.

updatedAtstring date-time required

When the erasure request was last updated.

Example response

{
  "requestId": "e63d04d0-cfd4-46ad-9186-20ee31a8563b",
  "customerId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "status": "EXECUTION_PENDING"
}