---
title: "Delete a single Note"
method: DELETE
path: "/v2/notes/{noteId}"
tags: ["Notes"]
---

# Delete a single Note

`DELETE /v2/notes/{noteId}`

Delete a note. You can only delete notes you created. Deleting a root note also deletes its
replies (both user replies and AI Notetaker replies); deleting a reply removes only that reply.

## Path parameters

- `noteId` integer, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `default` — Errors

---

[API](https://skmtc.net/affinity/apis/affinity-api-v2.md) · [All operations](https://skmtc.net/affinity/apis/affinity-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinity/affinity-api-v2/revisions/4c2891c31b7f/schema)
