jira.js
    Preparing search index...

    Function deleteImportSchedule

    • Deletes a scheduled import configuration. The import source will remain, but will no longer execute on a schedule.

      Parameters

      • client: Client
      • parameters: { importScheduleId: string; importSourceId: string }
        • importScheduleId: string

          The ID of the import schedule to delete

        • importSourceId: string

          The ID of the import source

      • Optionaloptions: RequestOptions

      Returns Promise<void>