Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import requests url = "https://{FUSION HOST}/api/scheduler/schedules" response = requests.delete(url) print(response.text)
[ "<string>" ]
Delete schedules that match a creator ID or type.
The type of user that created the schedule.
The ID of the user that created the schedule.
successful operation
Was this page helpful?