---
title: "Unsubscribe an email address"
method: POST
path: "/unsubscribe/email/"
tags: ["unsubscribed_emails"]
---

# Unsubscribe an email address

`POST /unsubscribe/email/`

This is useful for when you have an email address that has unsubscribed in another context (like a mailing list) and you want to unsubscribe them from messages from Close as well.

## Request body

- CreateUnsubscribedEmail
  - `email` string, email, required

## Response `201`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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