Remove the attribute from the directory. This will set the IsDeleted property to True.
[Visual Basic]
MustOverride Public Sub Delete()
[C#]
public abstract void Delete();
[C++]
public: abstract void Delete();
[JScript]
public abstract function Delete();