---
title: "Delete Live Stream"
method: DELETE
path: "/v1/live-streams/{stream_id}"
tags: ["live-streams"]
---

# Delete Live Stream

`DELETE /v1/live-streams/{stream_id}`

Permanently delete a live stream.

Deletion is immediate and final: the stream disappears from feeds and
every API lookup, and its playback URLs (including the recorded VOD's)
are permanently revoked within seconds to minutes. Deleted streams cannot
be restored through the API.

Analytics history is retained — viewer metrics and events for the stream
keep working and remain attributed to it.

## Path parameters

- `stream_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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