---
title: "Delete Asset"
method: DELETE
path: "/v1/assets/{asset_id}"
tags: ["Assets"]
---

# Delete Asset

`DELETE /v1/assets/{asset_id}`

Delete an asset uploaded by the authenticated caller. Do not delete an asset while a video using it is processing.

## Path parameters

- `asset_id` string, required

## Headers

- `x-api-key` string, required — API Key for authentication

## Response `200`

Successful Response

- PublicDeleteAssetResponse
  - `deleted` true

## Other responses

- `422` — Validation Error

---

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