abstract fun deleteConnection(agent: Agent, connectionId: String): Single<Boolean>
Deletes a connection from the local store
agent
- for which to execute the action
connectionId
- that will be deleted
Return
Boolean if deletion occurred successfully