The purgeentities
command deletes the av2t indexes for a specific entity
or list of entities. It updates the catalog and removes the index files.
Syntax
purgeentities {<entity_id> <entity_id> . . .}
where <entity_id> is the number that identifies the entity you want to copy.
Examples
The following example removes the av2t indexes for entity 13 from the catalog and deletes the related index files.
purgeentities 13
The following example removes the av2t indexes for entities 4 and 5 from the catalog and deletes the related index files.
purgeentities {4 5}