Unload a catalog

How do you unload a previously loaded catalog?

Need to switch between different catalogs with the same keys at runtime, so would like to unload the previous catalog before loading the new catalog.

Seems the correct answer is;

Addressables.RemoveResourceLocator(“passing in the return resourceLocation from when it was loaded”);
Addressables.ClearResourceLocators();