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

removeApiKey

Wallet GatewayUser APIremoveApiKey

User API

removeApiKey

JSON-RPCSince 1.5.0
POSTJSON-RPC removeApiKey

Protocol Details

Inputs

params

idstringrequired

Outputs

result

params

idstringrequired

Null

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