Delete a key from an Associative Array
assoc_delete_key (Assoc_Type a, String_Type k)
The assoc_delete_key function deletes a key given by k from the associative array a. If the specified key does not exist in a, then this function has no effect.