---
title: "Delete live"
method: DELETE
path: "/"
---

# Delete live

`DELETE /`

Deletes one or more live streams. The body is a JSON array of {live_id} objects, supporting bulk deletion in a single request.

## Request body

- object[]
  - `live_id` string, uuid, required — ID of the live stream to delete.

## Response `200`

200

- object
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
