v1

latestOpenAPI 3.0.02026-07-224537337.5 KB

Delete a Wallet

Delete a wallet by its ID

delete/v2/wallet/{id}

Path parameters

idstring required
Example:wallet_ce745ef7f3df4b9a8bff1301ce24b045

The wallet ID

Response

okboolean required

Indicates whether the deletion was successful

Example response

{
  "ok": true
}