---
title: "[BETA] Unsubscribe from email subscription"
method: DELETE
path: "/api/admin/email-subscription/{subscription}"
tags: ["Notifications"]
---

# [BETA] Unsubscribe from email subscription

`DELETE /api/admin/email-subscription/{subscription}`

**Enterprise feature**

**[BETA]** This API is in beta state, which means it may change or be removed in the future.

Unsubscribe from email subscription e.g. monthly productivity report. This API is mostly used by hosted Unleash.

## Path parameters

- `subscription` string, required

## Response `202`

This response has no body.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `404` — The requested resource was not found.

---

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