Documentation Index
Fetch the complete documentation index at: https://docs.baanx.com/llms.txt
Use this file to discover all available pages before exploring further.
Remove a wallet from card payment sources. The wallet remains available but won’t be used for card transactions.
Authentication
Your public API client key
Bearer token for authentication
Request Body
Wallet addressId to unlink
Response
Whether unlinking was successful
curl -X DELETE "https://dev.api.baanx.com/v1/wallet/internal/card_linked" \
-H "x-client-key: YOUR_CLIENT_KEY" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"addressId": "7c1839ee-918e-4787-b74f-deeb48ead58b"
}'
Important Notes
Unlinking Effects: Unlinking a wallet doesn’t delete it, only removes it as a card payment source. The wallet and its funds remain accessible.