Schedules
Delete schedule
delete/api/v1/schedules/{scheduleId}
Path parameters
scheduleIdstring uuid required
The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.
Example:123e4567-e89b-12d3-a456-426614174000
The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.
Response
Schedule deleted successfully
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 22 revisions of this API.