---
title: "Story: Delete by Id"
method: DELETE
path: "/{id}"
tags: ["Story"]
---

# Story: Delete by Id

`DELETE /{id}`

Remove a story and dependant data.

## Path parameters

- `id` string, uuid, required

## Response `204`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

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