Group: Internet Functions (WinInet) - Library: wininet
How to delete IE cookies, clear IE history and delete files in Temporary Internet Files directory
BOOL DeleteUrlCacheEntry(
LPCTSTR lpszUrlName
);
DECLARE INTEGER DeleteUrlCacheEntry IN wininet;
STRING lpszUrlName
lpszUrlName [in] Pointer to a string that contains the name of the source that corresponds to the cache entry.
Returns TRUE if successful, or FALSE otherwise.