Delete current wallet

Delete the current wallet

DELETE
/wallets/me
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/wallets/me"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}