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' | 'zksync' | 'mainnet' | 'kaia' | 'tron' | 'robinhood' | 'arc' | 'flare' | 'xlayer' | 'tempo' 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.

Changes

Changed in 12 of the 95 revisions of this API.242

    • removed the enum value worldchain from the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-removed

    • added the enum value tempo to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value flare to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value xlayer to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value arc to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value robinhood to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value tron to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value tron to the property allOf[subschema #1: MonitoringSupportedRuntimes]/ of the query request parameter runtime

      request-parameter-property-enum-value-added

    • the endpoint scheme security JWT was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the enum value stellar to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

    • added the enum value stellar to the property allOf[subschema #1: MonitoringSupportedRuntimes]/ of the query request parameter runtime

      request-parameter-property-enum-value-added

    • removed the enum value zero-network from the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-removed

    • added the enum value kaia to the property allOf[subschema #1: MonitoringSupportedChains]/ of the query request parameter chain_name

      request-parameter-property-enum-value-added

Of the 95 revisions, 1 has no diff computed.