Neuron.Store.delete

You're seeing just the function delete, go back to Neuron.Store module for more information.

Specs

delete(key :: atom()) :: any()

deletes neuron application/process environmental variables

Examples

iex> Neuron.Store.delete(:my_key)
:ok

Specs

delete(context :: :global | :process, key :: atom()) :: :ok