Application.delete_env
You're seeing just the function
delete_env
, go back to Application module for more information.
Specs
Deletes the key
from the given app
environment.
It receives the same options as put_env/4
. Returns :ok
.