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

# Delete Asset

`DELETE /video/assets/{asset_id}`

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

## Path parameters

- `asset_id` string, required

## Response `204`

204

## Other responses

- `400` — 400
- `401` — 401

---

[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)
