---
title: "Delete conversation note"
method: DELETE
path: "/conversations/{conversationId}/notes/{noteId}"
tags: ["Notes"]
---

# Delete conversation note

`DELETE /conversations/{conversationId}/notes/{noteId}`

Delete a note from a conversation.

## Path parameters

- `conversationId` string, required
- `noteId` string, required

## Response `200`

OK

- PADeletedNoteDTO
  - `id` string — The ID of the deleted note

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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