---
title: "Delete a stream"
method: DELETE
path: "/stream/{id}"
tags: ["stream"]
---

# Delete a stream

`DELETE /stream/{id}`

This will also suspend any active stream sessions, so make sure to wait
until the stream has finished. To explicitly interrupt an active
session, consider instead updating the suspended field in the stream
using the PATCH stream API.

## Path parameters

- `id` string, required

## Response `204`

Success (No content)

## Other responses

- `default` — Error

## Changes

- **2024-05-17** `fc477586b24c` — 1 breaking
  - the response property `errors` became optional for the status `default`
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `deleteStream` was added
  - api tag `stream` added

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/stream/:id/delete.md)

---

[API](https://skmtc.dev/livepeer/apis/livepeer-api-reference.md) · [All operations](https://skmtc.dev/livepeer/apis/livepeer-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/livepeer/livepeer-api-reference/revisions/0d7e15217608/schema)
