---
title: "Delete a note and its children"
method: DELETE
path: "/notes/{noteId}"
---

# Delete a note and its children

`DELETE /notes/{noteId}`

Delete a note and its children by id. !!! It's irreversible !!!

## Path parameters

- `noteId` string, required

## Response `204`

No content

## Other responses

- `401` — Invalid authentication
- `422` — Input validation error
- `429` — Rate limitation error
- `default` — Unexpected error

## Changes

- **2026-07-26** `bf91106381fd` — 1 info
  - the security scope `write` was added to the endpoint's security scheme `bearer`

[Change history](https://skmtc.dev/slite/apis/public-slite-api/changes/notes/:noteId/delete.md)

---

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