aries / net.globalid.aries.features.connection / ConnectionService / deleteConnection

deleteConnection

abstract fun deleteConnection(agent: Agent, connectionId: String): Single<Boolean>

Deletes a connection from the local store

Parameters

agent - for which to execute the action

connectionId - that will be deleted

Return
Boolean if deletion occurred successfully