POST
/
v1
/
wallet
/
hd
/
deactivate
/
{walletId}
Deactivate wallet
curl --request POST \
  --url https://api.withconvexity.com/v1/wallet/hd/deactivate/{walletId} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Wallet deactivated successfully"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 access token from Auth-Edge.

Path Parameters

walletId
string
required

Wallet id (UUID) to deactivate.

Response

OK

The response is of type object.