corda / net.corda.core.messaging / CordaRPCOps / removeClientIdAsAdmin

removeClientIdAsAdmin

abstract fun removeClientIdAsAdmin(clientId: String): Boolean

Removes a flow's clientId to result/ exception mapping. If the mapping is of a running flow, then the mapping will not get removed. This version can be called for all client ids, ignoring which user originally started a flow with clientId.

See startFlowDynamicWithClientId for more information.

Return
whether the mapping was removed.