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

provider'local' | 'fireblocks' | 'privy' | 'coinbase_cdp' | 'para' | 'turnkey' | 'dfns' | 'ibm_haven' | 'anchorage'

Optional consistency assertion for the Provider of the wallet being deleted.

walletIdstring required

Provider wallet ID to delete from its exact owning target.

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