DeleteUrlCacheEntry

[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool DeleteUrlCacheEntry(
   string lpszUrlName
);

Microsoft documentation: Link

Last updated