| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"participantCode": "B0100106",
"walletLabel": "Ethereum Main Wallet"
}curl --location --request POST '/v2.0/payment/crypto/removeWalletAddress' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100106",
"walletLabel": "Ethereum Main Wallet"
}'{
"code": 200,
"msg": "success",
"data": null
}