Python
import requests url = "https://{FUSION HOST}/api/scheduler/schedules/{id}" response = requests.delete(url) print(response.json())
Delete a schedule by ID.
The schedule ID.
Was this page helpful?