removeAttribute

open fun removeAttribute(@NotNull key: @NotNull String): Boolean

Removes a specific user attribute.

Return

true if the attribute was removed; false if the key did not exist.

Parameters

key

Identifies the attribute that you want to remove.