---
title: Delete
url: https://www.tines.com/docs/api/stories/notes/delete/
updated: 2026-03-09T14:32:44+00:00
description: Delete a note.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Stories](https://www.tines.com/llm/docs/api/stories.md) › [Notes](https://www.tines.com/llm/docs/api/stories/notes.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/stories/notes/delete/)*

## Description

Delete a note.

## Request

HTTP Method: **DELETE**

| Parameter | Description                   |
| --------- | ----------------------------- |
| note_id   | The ID of the note to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/notes/<<note_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
