---
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

---

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