Removes a formatting style from the collection.

<void> FormattingStyleCollection.remove(<string> styleName, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
styleName The name of the style to remove.
callback Optional. Receives true if the style could be removed, false if not.
errorCallback Optional. Is called when the operation failed with an error.