Tool
waitlist_signups_erase
Erase a waitlist signup (GDPR Art. 17).
Behavior
- Returns
-
{ erased, tokens_removed, ledger_rows_reduced } — counts only, never PII. - Typical sequence
-
- waitlist_signups_list (find the signup)
- waitlist_signups_erase
- Fails when
-
- the email is empty or malformed
- the caller lacks erase permission on the product
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| string | • | Email address to erase. Normalized (trimmed + lowercased) server-side. |
Try it
Erase jane@acme.com from the waitlist (GDPR request).