---
title: "Delete a note by ID"
method: DELETE
path: "/v1/notes/{noteId}"
tags: ["Notes"]
---

# Delete a note by ID

`DELETE /v1/notes/{noteId}`

Deletes a single note based on the ID supplied

## Path parameters

- `noteId` string, required

## Response `200`

Note deleted

- DeleteResponse
  - `status` string — Status of the response
  - `date` string, date-time — Timestamp of the response

## Other responses

- `400` — unexpected error

## Changes

- **2025-05-09** `87ed6bc1a434` — 2 info
  - api operation id `deleteNoteById` was added
  - api tag `Notes` added
- **2025-03-11** `f3266ed48d76` — 1 breaking, 1 warning
  - added the new path request parameter `noteId`
  - deleted the `path` request parameter `id`

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

---

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