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

removeWallet

Wallet GatewayUser APIremoveWallet

User API

removeWallet

JSON-RPCSince 0.24.0
POSTJSON-RPC removeWallet

Protocol Details

Inputs

params

partyIdstringrequired

Outputs

result

params

partyIdstringrequired

result

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