removeNetwork
POST
JSON-RPC removeNetworkProtocol Details
Inputs
params
networkNamestringrequiredOutputs
result
Related Schemas
params
params
networkNamestringrequiredNull
Null
cURL
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "removeNetwork",
"params": {
"params": {
"networkName": "<string>"
}
}
}
EOF
Resultapplication/json
Result
"<value>"