jira.js
    Preparing search index...

    Function deleteInactiveWorkflow

    • Deletes a workflow.

      The workflow cannot be deleted if it is:

      • An active workflow.
      • A system workflow.
      • Associated with any workflow scheme.
      • Associated with any draft workflow scheme.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { entityId: string }
        • entityId: string

          The entity ID of the workflow.

      • Optionaloptions: RequestOptions

      Returns Promise<void>