---
title: "POST /api/notification/unsubscribe"
method: POST
path: "/api/notification/unsubscribe"
tags: ["/api/notification/unsubscribe"]
---

# POST /api/notification/unsubscribe

`POST /api/notification/unsubscribe`

Allow non-users to unsubscribe from notifications, with the hash given through email.

## Request body

- object
  - `email` string, required
  - `hash` string, required
  - `notification-handler-id` integer, required — value must be an integer greater than zero.

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/08b5a2bafb4f/schema)
