---
title: "DELETE /v1/notes/{noteId}"
method: DELETE
path: "/v1/notes/{noteId}"
---

# DELETE /v1/notes/{noteId}

`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-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/f3266ed48d76/schema)
