DELETE
/shared-wallets/{walletId}
curl \
-X DELETE https://localhost:8090/v2/shared-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"
}