---
title: "Unsubscribe One Click"
method: POST
path: "/unsubscribe/one-click"
tags: ["public"]
---

# Unsubscribe One Click

`POST /unsubscribe/one-click`

RFC 8058 target for the List-Unsubscribe-Post header.

Mail clients POST here with no body and expect a 2xx. Separate from the
route above only because the token arrives in the query string rather than
a JSON body, which is what the header's URL encodes.

## Query parameters

- `token` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
