---
title: "Unsubscribe Post"
method: POST
path: "/api/v1/webhooks/unsubscribe/{token}"
tags: ["webhooks"]
---

# Unsubscribe Post

`POST /api/v1/webhooks/unsubscribe/{token}`

Apply the chosen preference. `choice=subscribe` re-subscribes; anything else
(choice=unsubscribe, an RFC 8058 one-click body, or no field) unsubscribes -- so a
mail client's List-Unsubscribe-Post=One-Click still opts out by default. Returns the
preferences page reflecting the new state (a one-click client ignores the body).

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
