---
title: "Delete one or more notes"
method: DELETE
path: "/api/note"
tags: ["Security Timeline API"]
---

# Delete one or more notes

`DELETE /api/note`

**Spaces method and path for this operation:**

<div><span class="operation-verb delete">delete</span>&nbsp;<span class="operation-path">/s/{space_id}/api/note</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Deletes notes by saved object ID. Send either `noteId` (single ID) or `noteIds` (array of IDs) in the JSON body.

The response has HTTP 200 with an empty body on success.

Requires the **Timeline and Notes** write privilege (`notes_write`).

## Request body

- union
  - object, nullable
    - `noteId` string, required — Saved object ID of the note to delete.
  - object, nullable
    - `noteIds` string[], nullable, required — Saved object IDs of the notes to delete.

## Response `200`

The notes were deleted successfully. Response body is empty.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
