---
title: "Unsubscribe a member"
method: POST
path: "/members/unsubscribed/{email}"
tags: ["Members"]
---

# Unsubscribe a member

`POST /members/unsubscribed/{email}`

Unsubscribe a member based on their key.
The field `isNewUnsubscription` indicates whether the unsubscription was new or the member was already unsubscribed.

## Path parameters

- `key` string, required

## Response `200`

The unsubscribed member's details including whether this was a new unsubscription

- object
  - `firstname` string
  - `lastname` string
  - `company` string
  - `email` string, email
  - `gender` string
  - `language` string
  - `joinedOn` string
  - `updatedOn` string, nullable
  - `consentType` string
  - `postalCode` string
  - `country` string
  - `note` string
  - `birthdate` string, nullable
  - `unsubscribedOn` string
  - `customFields` object
  - `isNewUnsubscription` boolean

## Other responses

- `401` — Unauthorized
- `404` — Member not found

---

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