---
title: "Delete Conversation Note"
method: DELETE
path: "/conversations/{conversation_id}/notes/{note_id}"
tags: ["conversations"]
---

# Delete Conversation Note

`DELETE /conversations/{conversation_id}/notes/{note_id}`

Delete a note. Only the original author can delete.

## Path parameters

- `conversation_id` string, uuid, required
- `note_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
