FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
Andy_G
Staff
Staff
Article Id 192641

Description

Even though you stop or update the schedule with new PB uuid, the scheduler runs the previous workflow even though you made changes to the PB. In this case, simply delete the Scheduler and add new.

 

Follow the below steps to delete the schedule.

1) Get the list of all the Schedules

Method: Get

URL:https://{hostname}/api/wf/api/scheduled

Authentication: Bearer Token

2) Select the ID of the Schedule from the output of step#1.

3) Run the Delete Action

Method: Delete

URL:https://{hostname}/api/wf/api/scheduled/{id}

Authentication: Bearer Token