---
title: "Delete a note"
method: DELETE
path: "/api/v4/workspaces/{workspace}/notes/{noteId}"
tags: ["Knowledge Base"]
---

# Delete a note

`DELETE /api/v4/workspaces/{workspace}/notes/{noteId}`

Delete a manually-authored note. Externally-synced notes return 409.

## Path parameters

- `workspace` string, required
- `noteId` string, uuid, required

## Response `204`

Note deleted

## Other responses

- `404` — Note not found
- `409` — Note is externally owned — delete at source

---

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