latestOpenAPI 3.0.32026-08-20146131.7 MB
672b1916ba61
Wallets
Delete wallet
Deletes the wallet from its exact owning custody target when that Provider supports wallet deletion. Provider, when supplied, is a consistency assertion.
delete/v1/wallets
Request body
Example request
{
"provider": "anchorage",
"walletId": "anchorage_wallet_123"
}Response
Wallet deleted
Example response
{
"data": {
"walletId": "anchorage_wallet_123",
"deleted": true
},
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}