Hard-delete a signup via token (GDPR Art. 17)
DELETE /v1/waitlist/signups/by-token/{token}
DELETE
/v1/waitlist/signups/by-token/{token}
Public endpoint — no auth required. Permanently deletes the signup row and all associated confirmation tokens. This is the GDPR right-to-erasure handler linked from the confirmation email unsubscribe footer.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” token
required
string
Responses
Section titled “ Responses ”Unsubscribed (always 200, even if token not found)