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.