curl --request DELETE \
--url https://api.getsly.ai/v1/v1/wallets/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Fails if the wallet has a non-zero balance. Drain first via /withdraw.
curl --request DELETE \
--url https://api.getsly.ai/v1/v1/wallets/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}