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?