---
title: "Delete Live Asset"
method: DELETE
path: "/video/live/assets/{live_asset_id}"
tags: ["API Endpoints"]
---

# Delete Live Asset

`DELETE /video/live/assets/{live_asset_id}`

This endpoint removes a live asset given its unique live asset id. The live asset will be removed from storage as well, associated URLs will be inaccessible.

## Path parameters

- `live_asset_id` string, required

## Response `204`

204

- object

## Other responses

- `400` — 400

---

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