curl --request DELETE \
--url https://{FUSION HOST}/api/scheduler/schedules
[
"<string>"
]
Delete schedules that match a creator ID or type.
curl --request DELETE \
--url https://{FUSION HOST}/api/scheduler/schedules
[
"<string>"
]
The type of user that created the schedule.
The ID of the user that created the schedule.
successful operation
The response is of type string[]
.
Was this page helpful?