Customer
post/v1/customer/erasure
Request body
Example request
{
"confirm": true,
"remoteId": "1234567890",
"email": "lori@keet.com",
"phoneNumber": "+14155552671"
}Response
Erasure accepted and started asynchronously. Poll each returned requestId for status. Redaction is irreversible.
Example response
{
"requests": [
{
"requestId": "e63d04d0-cfd4-46ad-9186-20ee31a8563b",
"customerId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"status": "EXECUTION_PENDING"
}
]
}