---
title: "Delete Note"
method: DELETE
path: "/v1.0/notes/{noteId}"
tags: ["Notes"]
---

# Delete Note

`DELETE /v1.0/notes/{noteId}`

Deletes a note by ID. Caller must have manage permission on the lead that owns the note. The response body is empty.

## Path parameters

- `noteId` integer, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

Note deleted successfully. No response body.

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Note does not exist (20007 RESOURCE_NOT_EXIST) or lead is not accessible (20006 LEAD_NOT_EXIST).
- `500` — Internal server error.

---

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