---
title: "Delete a media asset"
method: DELETE
path: "/api/v1/media/{asset_id}"
tags: ["Media Library"]
---

# Delete a media asset

`DELETE /api/v1/media/{asset_id}`

Blocked with 409 while in use unless force=true (owner or company HEAD).

## Path parameters

- `asset_id` string, uuid, required

## Query parameters

- `force` boolean

## Response `204`

Successful Response

## Other responses

- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/060ef67e573a/schema)
