Path parameters
-
walletId
string(hex) Required Minimum length is
40
, maximum length is40
.
DELETE
/byron-wallets/{walletId}
curl \
-X DELETE https://localhost:8090/v2/byron-wallets/{walletId}
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (404)
{
"message": "string",
"code": "no_such_wallet"
}
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}