Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Wallet GatewayUser APIView on Canton Network Docs

removeSession

Wallet GatewayUser APIremoveSession

User API

removeSession

JSON-RPC
POSTJSON-RPC removeSession

Protocol Details

Inputs

Outputs

result

Null

cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "removeSession"
}
EOF
Resultapplication/json
Result
"<value>"