---
title: "Unsubscribe"
method: POST
path: "/unsubscribe"
tags: ["public"]
---

# Unsubscribe

`POST /unsubscribe`

Human-facing: the confirm button on the /unsubscribe page.

## Request body

- UnsubscribeRequest
  - `token` string, required

## Response `200`

Successful Response

- UnsubscribeResponse
  - `ok` boolean, required
  - `kind` string, required

## 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/40167ba9ab58/schema)
