procedure Expunge(obj: DSName)
The Expunge procedure physically removes an object whose DSName is obj from the directory, without enforcing referential integrity constraints. The object is immediately removed without undergoing conversion to a tombstone.
Thank you.