unregister Host

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + HOSTS_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun unregisterHost(@Param(value = "id") hostId: String)

Query used to unregister a host from the session

Parameters

hostId

The identifier of the host to unregister