ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    DeleteJobs Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also