Money.ExchangeRates.Supervisor.delete_retriever

You're seeing just the function delete_retriever, go back to Money.ExchangeRates.Supervisor module for more information.

Deleted the retriever child specification from the exchange rates supervisor.

This is primarily of use if you want to change the configuration of the retriever after it is stopped and before it is restarted.

In this situation the sequence of calls would be:

iex> Money.ExchangeRates.Retriever.stop
iex> Money.ExchangeRates.Retriever.delete
iex> Money.ExchangeRates.Retriever.start(config)