Confirm a one-click email unsubscribe
RFC 8058 one-click POST counterpart of the unsubscribe link. Mail clients that honour List-Unsubscribe-Post send an application/x-www-form-urlencoded body of List-Unsubscribe=One-Click to this URL to unsubscribe the recipient without a browser round-trip. The signed {token} is the only credential; the suppression effect is identical to the GET form and is idempotent.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Signed, single-use unsubscribe token minted by Orbit and embedded in the email's List-Unsubscribe header. Opaque to callers.
Body
RFC 8058 one-click marker. Mail clients send exactly List-Unsubscribe=One-Click.
One-Click Response
The recipient was suppressed and no sender redirect is configured; a minimal HTML confirmation page is returned.
The response is of type string.