.. DeleteKey

.. default - domain::js

.. include:: /includes/standard.rst

==================
DeleteKey (Kernel)
==================

.. function:: DeleteKey(list key)

	
	Finds the node with the specified key in list and deletes it.
	
	:param k_list list: A list.
	:param number key: A key associated with a node in the list.
	:returns: TRUE if the node was deleted.
	
	See also:
	:func:`AddToFront`, :func:`AddToEnd`, :func:`AddAfter`, :func:`FindKey`


