Skip to main content
DELETE
/
v0
/
platform
/
assets
/
{identifier}
Delete Asset
curl --request DELETE \
  --url https://api.blockaid.io/v0/platform/assets/{identifier} \
  --header 'X-API-Key: <api-key>'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

identifier
string
required

The identifier of the asset.

Query Parameters

runtime
enum<string>
required

The runtime of the hosting chain. The runtime name

Available options:
evm,
sui
chain_name
enum<string>
required

The chain where the asset resides. The chain name

Available options:
arbitrum,
avalanche,
base,
bsc,
ethereum,
optimism,
polygon,
ethereum-sepolia,
gnosis,
soneium-minato,
abstract,
soneium,
mainnet

Response

Asset deleted successfully

The response is of type any.