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

# Delete an asset

`DELETE /assets/{id}`

Delete an asset from the system

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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