---
title: Delete
url: https://www.tines.com/docs/api/stories/delete/
updated: 2023-12-19T18:05:17+00:00
description: Delete a story.
---

*[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)*

# Delete

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

## Description

Delete a story.

## Request

HTTP Method: **DELETE**

| Parameter | Description                    |
| --------- | ------------------------------ |
| story_id  | The ID of the story to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/stories/<<story_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.
