---
title: "Delete Asset"
method: DELETE
path: "/entities/asset/{asset_id}"
tags: ["4. Assets"]
---

# Delete Asset

`DELETE /entities/asset/{asset_id}`

Delete an asset by its Axle UUID.

The asset will be deleted if it exists. Returns a confirmation message upon successful deletion.

## Path parameters

- `asset_id` string, uuid, required

## Response `204`

Asset successfully deleted

## Other responses

- `404` — Asset not found or not authorized to access
- `422` — Validation Error
- `500` — Server error while deleting asset

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
