---
title: "Delete a note by ID"
method: DELETE
path: "/me/notes/{id}"
tags: ["Notes"]
---

# Delete a note by ID

`DELETE /me/notes/{id}`

## Path parameters

- `id` string, uuid, required

## Response `204`

Note deleted

## Other responses

- `401` — Authentication required
- `404` — Note not found

---

[API](https://skmtc.dev/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.dev/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/revisions/6a8c13929fda/schema)
