---
title: "Delete Note"
method: DELETE
path: "/v1/notes/{note_id}"
tags: ["external", "external-v1"]
---

# Delete Note

`DELETE /v1/notes/{note_id}`

## Path parameters

- `note_id` string, uuid, required

## Response `200`

OK

- LegacyDeleteNoteResponseSchema
  - `operations` union[], required
    - union
      - CreatedNoteSessionOperationSchema
        - `note_id` string, uuid, required
        - `title` string, required
        - `type` 'created-note'
        - `url` string, nullable
      - CreatedCollectionSessionOperationSchema
        - `collection_id` string, uuid, required
        - `title` string, required
        - `type` 'created-collection'
        - `url` string, nullable
      - AddedNoteToCollectionSessionOperationSchema
        - `collection_id` string, uuid, required
        - `collection_title` string, required
        - `collection_url` string, nullable
        - `note_id` string, uuid, required
        - `note_title` string, required
        - `note_url` string, nullable
        - `type` 'added-note-to-collection'
      - DeletedNoteSessionOperationSchema
        - `note_id` string, uuid, required
        - `type` 'deleted-note'
  - `request_id` string, required
  - `status` 'completed' | 'failed' | 'unknown', required

---

[API](https://skmtc.net/mem/apis/mem-api.md) · [All operations](https://skmtc.net/mem/apis/mem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem/mem-api/versions/4023cb07f31f/schema)
