---
title: "Delete Address Asset"
method: DELETE
path: "/v0/platform/assets/addresses/{chain_name}/{address}"
tags: ["Asset Management"]
---

# Delete Address Asset

`DELETE /v0/platform/assets/addresses/{chain_name}/{address}`

Delete an asset for a given identifier and chain. The asset will be removed from the inventory and related detection rules, specifically targeting this asset.

## Path parameters

- `chain_name` string, required
- `address` string, required

## Response `204`

Asset deleted successfully

- object

## Other responses

- `404` — Asset not found
- `422` — Validation Error

---

[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)
