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

## Headers

- `X-Wallet-Id` string

## Response `200`

Asset deleted successfully

## Other responses

- `204` — Asset already deleted
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Asset not found

## Changes

- **2026-08-31** `7588d8d2a3c7` — 4 info
  - added the new optional `header` request parameter `X-Wallet-Id`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/assets/:id/delete.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/7588d8d2a3c7/schema)
