---
title: "Delete an asset"
method: DELETE
path: "/library/{namespace}/{hash}"
tags: ["AssetLibrary"]
---

# Delete an asset

`DELETE /library/{namespace}/{hash}`

Deletes a stored asset by its SHA-256 content hash and returns no response body when successful. The public hosting URL stops resolving for this tenant and namespace.

## Response `204`

The asset was deleted.

## Other responses

- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/asset-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/asset-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/asset-api/revisions/bac901f89f54/schema)
