Application.delete_env

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

delete_env(app, key, opts \\ [])

View Source

Specs

delete_env(app(), key(), timeout: timeout(), persistent: boolean()) :: :ok

Deletes the key from the given app environment.

It receives the same options as put_env/4. Returns :ok.