core/com.tealium.prism.core.api.modules/DataLayer/remove remove abstract fun remove(key: String): Single<TealiumResult<Unit>>Removes the entry from the DataLayer, identified by the given keyParameterskeyThe key to remove.abstract fun remove(keys: List<String>): Single<TealiumResult<Unit>>Removes all entries from the DataLayer, identified by the given keysParameterskeysA list of all keys to remove.