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

---

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