removeInterfaceImplementation

fun removeInterfaceImplementation(interfaceUri: String, implementationUri: String): BaseConfigBuilder

Removes an interface implementation with the specified interface and implementation URIs.

Return

This BaseConfigBuilder instance for chaining calls.

Parameters

interfaceUri

The URI of the interface associated with the implementation.

implementationUri

The URI of the implementation to remove.