---
title: "Delete Asset"
method: DELETE
path: "/v0/platform/assets/{identifier}"
tags: ["Asset Management"]
---

# Delete Asset

`DELETE /v0/platform/assets/{identifier}`

Remove an asset from your inventory by its identifier, runtime, and chain. The asset is removed from monitoring and related detection rules.

## Path parameters

- `identifier` string, required

## Query parameters

- `runtime` 'evm' | 'sui' | 'solana' | 'stellar' | 'hedera' | 'bitcoin' | 'hyperliquid' | 'polymarket' | 'aster' | 'lighter' | 'tron', required — The runtime name
- `chain_name` 'abstract' | 'apechain' | 'arbitrum' | 'avalanche' | 'avalanche-fuji' | 'base' | 'berachain' | 'bitcoin' | 'blast' | 'bsc' | 'degen' | 'ethereum' | 'ethereum-sepolia' | 'gnosis' | 'hedera' | 'hyperevm' | 'hyperliquid' | 'aster' | 'lighter' | 'ink' | 'kaia' | 'katana' | 'kite-ai' | 'linea' | 'monad' | 'optimism' | 'plume' | 'polymarket' | 'polygon' | 'ronin' | 'scroll' | 'sei' | 'solana' | 'soneium' | 'soneium-minato' | 'stellar' | 'sui' | 'unichain' | 'worldchain' | 'zksync' | 'mainnet' | 'kaia' | 'tron' | 'robinhood' | 'arc' | 'flare' | 'xlayer' | 'tempo', required — The chain name

## Response `200`

Successful response; the asset has been removed from the inventory.

- object — Empty body. The asset has been removed from the inventory.

## Other responses

- `404` — No asset exists for the given identifier, runtime, and chain combination.
- `422` — Request validation failed (e.g. missing or invalid query parameters).

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/versions/17c41f337b2e/schema)
