---
title: "Delete Stream"
method: DELETE
path: "/stream/{stream_id}"
tags: ["Apis", "Streaming"]
---

# Delete Stream

`DELETE /stream/{stream_id}`

Delete a stream. If the stream is live, processing stops and outputs are finalised; a scheduled stream is cancelled. The stream's status becomes `4` (ended) and its record remains readable via `GET /stream/{stream_id}`. A deleted stream cannot be restarted.

## Path parameters

- `stream_id` integer, required

## Response `200`

Deletion confirmation.

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
