---
title: "Delete a subscriber"
method: DELETE
path: "/1/newsletters/{domain}/subscribers/{subscriber}"
tags: ["Subscribers"]
---

# Delete a subscriber

`DELETE /1/newsletters/{domain}/subscribers/{subscriber}`

It will remove the subscriber from your account, but all their information is still kept in case they re-subscribe to your list.

If you need, to forget a subscriber use /forget.

## Path parameters

- `domain` integer, required
- `subscriber` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
