removeAttribute abstract method

BatchProfileAttributeEditor removeAttribute(
  1. String key
)

Delete an attribute using its key.

If the attribute doesn't exist, this method is silently ignored.

Implementation

BatchProfileAttributeEditor removeAttribute(String key);