Asset Management
Delete Asset
Remove an asset from your inventory by its identifier, runtime, and chain. The asset is removed from monitoring and related detection rules.
delete/v0/platform/assets/{identifier}
Path parameters
identifierstring required
The contract address or domain that identifies this asset.
Query parameters
runtime'evm' | 'sui' | 'solana' | 'stellar' | 'hedera' | 'bitcoin' | 'hyperliquid' | 'polymarket' | 'aster' | 'lighter' | 'tron' required
The runtime name
The chain type (e.g. evm, solana). Use the same runtime you used when creating the asset.
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' | 'xlayer' required
The chain name
Which chain the asset is on (e.g. bsc, ethereum). Use the same chain you used when creating the asset.
Response
Successful response; the asset has been removed from the inventory.
object required
Empty body. The asset has been removed from the inventory.