---
title: "Delete Wallet"
method: DELETE
path: "/wallets/{id}"
tags: ["Wallets"]
---

# Delete Wallet

`DELETE /wallets/{id}`

Soft deletes a wallet provider.

## Path parameters

- `id` string, required

## Response `204`

Wallet deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — 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/revisions/39f9dc64156c/schema)
