---
title: "Delete a note"
method: DELETE
path: "/v2/notes/{note_id}"
tags: ["Notes"]
---

# Delete a note

`DELETE /v2/notes/{note_id}`

Delete a single note by ID.

Required scopes: `note:read-write`.

## Path parameters

- `note_id` string, uuid, required — A UUID which identifies the note to delete.

## Response `200`

Success

- object — Success

## Other responses

- `404` — Not Found

---

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