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

removeIdp

Wallet GatewayUser APIremoveIdp

User API

removeIdp

JSON-RPCSince 0.24.0
POSTJSON-RPC removeIdp

Protocol Details

Inputs

params

identityProviderIdstringrequired

Outputs

result

params

identityProviderIdstringrequired

Null

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