Autodesk Vault ProfessionalVault API

DeleteItemVersionsByMasterItemId Method

Autodesk.Connectivity.WebServicesItemService

Deletes/purges the item iteration history of the specified item

Required Permissions

ItemVersionDelete

Syntax

public ItemDelStatus DeleteItemVersionsByMasterItemId(
   System.long itemMasterId
)
Public Function DeleteItemVersionsByMasterItemId( _
   ByVal itemMasterId As System.Long _
) As ItemDelStatus

Parameters

NameDescription
itemMasterIdthe master ID of the item to purge

Return Value

the status of the item delete

Remarks

Only items not marked as "controlled" will be purged.

Tip versions of a revision and the tip version will not be purged.

See Also