deleteLoader() method allows you to delete the data loaded by a loader previously added to the app.
Parameters
string
required
The loader unique id that is generated when the loader is added to the app.
Usage
If you do not have the uniqueId, you can use
app.getLoaders() method to get all the loaders and extract the uniqueId from it.
