Available for: Content Management Server
Task: Deletes the update records whose IDs have been specified. All additional data like XML files associated with the update records are deleted as well.
Syntax:
incrExport removeUpdateRecords ({id}) | all
Function parameters:
-
idspecifies the ID of an update record. If instead of one or more IDs the stringallis specified then all update records will be deleted.
Return value if successful: The number of update records deleted (number).
Necessary permissions: The user must be a super user or have
the permissionGlobalExport permission.
Example:
CM>incrExport removeUpdateRecords 3461 3462 5471 3