---
title: "Delete Asset"
method: DELETE
path: "/assets/{id}"
tags: ["Organization"]
---

# Delete Asset

`DELETE /assets/{id}`

This endpoint is used to soft delete an asset.

## Path parameters

- `id` string, required

## Response `200`

Asset deleted successfully

## Other responses

- `204` — Asset already deleted
- `404` — Asset not found

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/versions/39f9dc64156c/schema)
