---
title: "Delete Note"
method: DELETE
path: "/notes"
tags: ["Notes"]
---

# Delete Note

`DELETE /notes`

Delete a customer note by its identifier. Rate limit: 60 requests per minute per organization.

## Request body

- DeletePublicNoteDto
  - `id` string, required — Unique identifier of the note to delete

## Response `201`

Note deleted successfully

- object — Empty response body indicating successful deletion

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `404` — Note not found

---

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