The IVariantDictionary::Remove method deletes a specific item from a collection of variants. This method is used by the application and session objects to remove items from their contents collections.
HRESULT Remove(
VARIANT VarKey // identifier for the item to remove
);
Application Contents Collection, Session Contents Collection