Skip to content

Hard-delete a signup via token (GDPR Art. 17)

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.

token
required
string

Unsubscribed (always 200, even if token not found)