Skip to main content
DELETE
/
v0
/
wallets
/
{wallet_id}
Delete Wallet
curl --request DELETE \
  --url https://api.example.com/v0/wallets/{wallet_id}
{
  "detail": "No wallet found with ID 12345 for this user.",
  "error_code": "WAL-404-001",
  "instance": "/v0/wallets/12345",
  "status": 404,
  "title": "Wallet Not Found",
  "trace_id": "abc123-def456-ghi789",
  "type": "https://api.sumvin.com/errors/wal-404-001"
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

wallet_id
integer
required

Response

Wallet deleted successfully