removeFromArray abstract method
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);