등록된 지갑삭제
DELETE https://{dashboard-domain}/v1.0/db/me/wallet/regist
Query Parameters
Name
Type
Description
wallet_type_id*
int64
meta>wallet_types 중 하나
wallet_address*
string
wallet address
base_coin_id*
int
base_coin_id
Headers
Name
Type
Description
Authorization*
string
Bearer {{web-access-token}}
```json
{
"return": 0,
"message": "success"
}
```
curl --location --request DELETE 'https://localhost:51031/v1.0/db/me/wallet/regist' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsI....' \
--data-raw ''return
message
desc.
0
success
성공
500
internal server error
34101
Unsupported wallet.
지원하지 않는 지갑이름34106
system error
system error
34107
can delete wallet in 24 hours
등록 후 24시간이 지나지 않았음
34108
Not a registered wallet address
등록된 지갑주소랑 다름
19000
Internal DB error
Last updated