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.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The type of user that created the schedule.
The ID of the user that created the schedule.
successful operation
Was this page helpful?