Skip to content
Documentation/canton-network-docs/Ledger APIProtobufsPackagescom.daml.ledger.api.v2.adminServicesIdentityProviderConfigServiceView on canton-network-docs
canton-network-docs/Ledger APIProtobufsPackagescom.daml.ledger.api.v2.adminServicesIdentityProviderConfigService

DeleteIdentityProviderConfig

Ledger APIProtobufcom.daml.ledger.api.v2.adminDeleteIdentityProviderConfig

com.daml.ledger.api.v2.admin

DeleteIdentityProviderConfig

gRPCSince 3.4.0
RPC/com.daml.ledger.api.v2.admin.IdentityProviderConfigService/DeleteIdentityProviderConfig

Protocol Details

Inputs

DeleteIdentityProviderConfigRequest

identity_provider_idstring

Outputs

DeleteIdentityProviderConfigResponse

Lifecycle Changes

3.4.0introduced

com.daml.ledger.api.v2.admin.DeleteIdentityProviderConfigRequest

identity_provider_idstring

com.daml.ledger.api.v2.admin.DeleteIdentityProviderConfigResponse

grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.daml.ledger.api.v2.admin.IdentityProviderConfigService/DeleteIdentityProviderConfig <<'EOF'
{
  "identityProviderId": "string"
}
EOF
OKapplication/json
OK
{}