Flow Schedule APIs allow you to control the scheduler properties for a flow.
POST /v2/schedule/url
Set scheduler properties for a flow. Any flow variables that the flow should use can be
passed in the flow_vars query parameter which takes flow variables as a JSON string.
DELETE /v2/schedule/url
Unschedule a flow. When this is invoked on a flow with a schedule, it no longer runs
according to its schedule until new schedule properties are set to it.