ArcGIS Pro 2.8 API Reference Guide
DeleteJobs Method

ArcGIS.Desktop.Workflow.Models Namespace > JobsManager Class : DeleteJobs Method
An array of job IDs to be deleted.
Indicates whether or not to delete the associated job version
Indicates whether or not to delete the associated job history.
Deletes one or more jobs.
Syntax
Public Function DeleteJobs( _
   ByVal jobIDs() As String, _
   ByVal deleteVersion As Boolean, _
   ByVal deleteHistory As Boolean _
) As String()

Parameters

jobIDs
An array of job IDs to be deleted.
deleteVersion
Indicates whether or not to delete the associated job version
deleteHistory
Indicates whether or not to delete the associated job history.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

JobsManager Class
JobsManager Members