Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
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 key

Parameters

key

The key to remove.


abstract fun remove(keys: List<String>): Single<TealiumResult<Unit>>

Removes all entries from the DataLayer, identified by the given keys

Parameters

keys

A list of all keys to remove.

Generated by Dokka
(c) Tealium 2026