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

removeWallet

Wallet GatewayUser APIremoveWallet

User API

removeWallet

JSON-RPC
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
{}