removeFromTopicPreferences abstract method

BatchProfileAttributeEditor removeFromTopicPreferences(
  1. List<String> topics
)

Remove topics from the profile topic preferences.

Values cannot contain more than 25 items. Individual items should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 300 characters.

Implementation

BatchProfileAttributeEditor removeFromTopicPreferences(List<String> topics);