---
title: "Delete Feature Note"
method: DELETE
path: "/api/v1/notes/{project_id}/{note_id}"
tags: ["notes"]
---

# Delete Feature Note

`DELETE /api/v1/notes/{project_id}/{note_id}`

Delete a note. Only the author can delete their own notes.

## Path parameters

- `note_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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