Skip to content

Waitlist

waitlist_signups_erase

Erase a waitlist signup (GDPR Art. 17).

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
  1. waitlist_signups_list (find the signup)
  2. waitlist_signups_erase
Fails when
  • the email is empty or malformed
  • the caller lacks erase permission on the product

Arguments

Name Type Required Description
email string Email address to erase. Normalized (trimmed + lowercased) server-side.

Try it

Erase jane@acme.com from the waitlist (GDPR request).

When to use

Erase a waitlist signup by email within the current product, per GDPR Art. 17. Hard-deletes the signup and its invite tokens, reduces the consent-ledger rows to a keyed hash, and adds the email to the do-not-contact suppression list. Idempotent.

Example

Ask your agent something like this:

Erase jane@acme.com from the waitlist (GDPR request).

The agent will invoke waitlist_signups_erase with these arguments:

{
  "email": "jane@acme.com"
}

Esc

Start typing to search the docs.

navigate select