---
title: "Delete an existing asset."
method: DELETE
path: "/authoring/v1/assets/{id}"
tags: ["Authoring assets"]
---

# Delete an existing asset.

`DELETE /authoring/v1/assets/{id}`

Use this endpoint to immediately delete an existing asset from the database.<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Headers

- `If-Match` string

## Response `204`

Successfully deleted the asset that matches the ID that you provided.

## Other responses

- `404` — The asset with the provided id was not found.
- `409` — The Etag provided in the If-Match header does not correspond to the latest version.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Connection failed to data store.
- `default` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
