---
title: "DELETE /components/v1/asset/{name}"
method: DELETE
path: "/components/v1/asset/{name}"
tags: ["Assets"]
---

# DELETE /components/v1/asset/{name}

`DELETE /components/v1/asset/{name}`

Deletes an asset in the Assets Library.

## Response `200`

Asset deleted successfully.

- AssetResponse
  - `id` string — Asset ID.
  - `name` string — Asset name.
  - `type` 'product' | 'badge' | 'bgMobile' | 'bgDesk' | 'logo' | 'favicon' | 'bgBundle' | 'bgPopup' | 'general' | 'section' | 'productPrefix' | 'playerLevel' | 'banner' | 'addToHomeButtonImage' | 'addToHomeIconImage' | 'playerProfileImage' | 'offerHeader' | 'backToGameButtonImage' | 'animation' | 'trait' — Asset category.
  - `imageUrl` string, url — Image URL. For uploaded files, this is the Appcharge-hosted CDN URL. For external image URLs, this is the original image URL served from your CDN at the provided URL.
  - `contentType` string — Image [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types).
  - `externalImageUrl` string, url — Original image URL if the asset uses an external image URL. This URL is served from your CDN at the provided URL.

## Other responses

- `404` — Asset not found.

---

[API](https://skmtc.net/appcharge/apis/grant-award.md) · [All operations](https://skmtc.net/appcharge/apis/grant-award/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcharge/grant-award/revisions/b4f6759240d5/schema)
