Application.unload

You're seeing just the function unload, go back to Application module for more information.

Specs

unload(app()) :: :ok | {:error, term()}

Unloads the given app.

It will also unload all :included_applications. Note that the function does not purge the application modules.