ItemVersion.Delete

Delete a version.

NOTE: There is no validation for a delete operation. It is the responsibility of the calling app to validate that it is safe to delete the item, or to handle any broken references appropriately.

Signature

1
void delete(SessionContext context, Id itemId, Id versionId);

Flow Diagram

Success

ItemVersion.Delete Flow Diagram Success

Error in plug-in

ItemVersion.Delete Flow Diagram Error