Delete Previous Version
Deletes a previous version for an item.
- Connect to the configuration web service. 
 - The user must have the delete previous versions permission to the item.
 
Code Sample
# Delete the specified previous version.
$itemIdentifier = 1000;
$versionIdentifier = 1.00;
$xia.DO_DeletePreviousVersion($itemIdentifier, $versionIdentifier);