Skip to main content
DELETE
/
wallets
/
{walletId}
Untrack wallet
curl --request DELETE \
  --url https://api.solarsentra.io/v1/wallets/{walletId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header

Path Parameters

walletId
string
required
Example:

"wlt_abc123def456"

Response

204

Wallet untracked successfully

I