---
title: "Unsubscribe contacts from a mailing list"
method: POST
path: "/addressbooks/{id}/emails/unsubscribe"
tags: ["Mailing lists"]
---

# Unsubscribe contacts from a mailing list

`POST /addressbooks/{id}/emails/unsubscribe`

Moves specified email addresses to the unsubscribed state within a given list.

## Request body

- object
  - `emails` string[], required

## Response `200`

Contacts successfully unsubscribed

- ResultTrue
  - `result` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/versions/cd38f8c6a425/schema)
