users_waitlist_erase
GDPR-erase one waitlist signup: the entry with its attribution and consent proof is deleted and the directory row is hard-erased (the id survives as a tombstone, the PII does not).
GDPR-erase one waitlist signup: the entry with its attribution and consent proof is deleted and the directory row is hard-erased (the id survives as a tombstone, the PII does not). IRREVERSIBLE. Use it for a right-to-erasure request; routine cleanup of stale pending entries happens on its own through the retention sweep.
Behavior
- HTTP
POST /users/waitlist/erase
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| userId | string | • | The waitlisted user whose entry and directory row to erase. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| erased | boolean | • |
Try it
GDPR-erase one waitlist signup: the entry with its attribution and consent proof is deleted and the directory row is hard-erased (the id survives as a tombstone, the PII does not).