RAGApplication methods
π deleteLoader
The deleteLoader()
method allows you to delete the data loaded by a loader previously added to the app.
Parameters
uniqueLoaderId
BaseLoader
requiredThe 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.
Was this page helpful?