Deletes a specific cache entry.

Syntax

bitsadmin /Cache /Delete RecordID 

Parameters

Parameter Description

RecordID

The GUID associated with the cache entry.

Examples

The following example deletes the cache entry with the RecordID of {6511FB02-E195-40A2-B595-E8E2F8F47702}.

C:\>bitsadmin /Cache /Delete {6511FB02-E195-40A2-B595-E8E2F8F47702} 

Additional references