removeCustomAttribute

abstract fun removeCustomAttribute(key: String)

Removes a custom attribute previously set for the user. If no attribute is found for the given key, this operation has no effect.

Parameters

key

The name of the attribute to remove. The SDK-reserved __storyteller_followed_category_attribute_keys__ key is not accepted.

Throws

if key is reserved for SDK use.