---
title: "Unsubscribe From Emails One Click"
method: POST
path: "/notifications/unsubscribe/{token}"
tags: ["notifications", "notifications"]
---

# Unsubscribe From Emails One Click

`POST /notifications/unsubscribe/{token}`

RFC 8058 one-click unsubscribe target (List-Unsubscribe-Post=One-Click).
Gmail/Yahoo POST to the List-Unsubscribe URL directly; they expect a 2xx
and no interactive page. Mirrors the GET handler's opt-out logic.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
