Removes a footnote from a Text Control document.

<void> FootnoteCollection.remove(<Footnote> footnote, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
footnote Specifies the footnote to remove.
callback Optional. Receives true, if the footnote could be removed and false otherwise.
errorCallback Optional. Is called when the operation failed with an error.