Keyword.delete/2

defmodule Keyword do
  def delete(keywords, key)
end

Deletes the entries in the keyword list for a specific key.

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