---
title: "Delete asset"
method: DELETE
path: "/api/assets/{id}"
tags: ["asset"]
---

# Delete asset

`DELETE /api/assets/{id}`

Deletes an asset and its content from storage.
Both the database record and storage content are deleted.

## Path parameters

- `id` string, uuid, required

## Response `204`

Asset deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Asset not found
- `500` — Internal server error

---

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