Removes the embedded file at the given index.

<void> EmbeddedFileCollection.removeElementAt(<number> index, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
index The index in the collection of the embedded file to remove.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.