Skip to content
Documentation/canton-network-docs/Wallet GatewayUser APIView on canton-network-docs
canton-network-docs/Wallet GatewayUser API

removeNetwork

Wallet GatewayUser APIremoveNetwork

User API

removeNetwork

JSON-RPCSince 0.24.0
POSTJSON-RPC removeNetwork

Protocol Details

Inputs

params

networkNamestringrequired

Outputs

result

params

networkNamestringrequired

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