등록된 지갑삭제

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 ''

Last updated