SilcBool silc_idcache_del_by_id(SilcIDCache cache, void *id, void *app_context);
Delete cache entry by ID. Returns TRUE if the entry was deleted. The destructor will be called for the entry. The `app_context' is delivered to the destructor.