---
title: "Delete subscriber note"
method: DELETE
path: "/subscribers/notes/{noteId}"
tags: ["Subscribers"]
---

# Delete subscriber note

`DELETE /subscribers/notes/{noteId}`

Deletes one internal subscriber note by note ID.

## Path parameters

- `noteId` string, required

## Response `200`

Subscriber note deleted

- object
  - `success` boolean
  - `deleted` boolean
  - `id` string
  - `subscriberId` string

## Other responses

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

---

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