---
title: "Delete a note"
method: DELETE
path: "/pages/{id}"
tags: ["Notes"]
---

# Delete a note

`DELETE /pages/{id}`

"Notes" in the web interface are referenced as "pages" from API endpoints.

## Path parameters

- `id` string, required

## Response `204`

No content - operation successful

---

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