Keyword.delete_first/2

defmodule Keyword do
  def delete(keywords, key)
end

Deletes the first entry in the keyword list for a specific key.

If the key does not exist, returns the keyword list unchanged.