removeFromArray abstract method

BatchProfileAttributeEditor removeFromArray(
  1. String collection,
  2. String tag
)

Delete a string value from the specified array attribute.

If the array is empty, it will be deleted.

The key must be a string of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.

If the specified array doesn't exist, this method will silently do nothing.

Implementation

BatchProfileAttributeEditor removeFromArray(String collection, String tag);