Soft-deletes an EarlyAccess waitlist row via the reminder email's one-click opt-out link.
POST/earlyaccess/optout
The reminder email's "Remove me" link points the user at the FE opt-out page, which calls this endpoint with the invitation token. After opt-out the user no longer receives reminders and isn't eligible to redeem the invite. Idempotent — a second call on an already-opted-out row is a no-op success.
Refuses to opt out users who have already redeemed (Status=Joined) — they have a full account and should manage account deletion through the normal channel.
Request
Responses
- 200
OK