APISchedule management

Delete a schedule

Deletes a schedule and all its associated tasks from the specified server

Deletes a schedule and all its associated tasks from the specified server

DELETE
/api/client/servers/{server}/schedules/{schedule}

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server UUID

Formatuuid
schedule*integer

Schedule ID

Response Body

curl -X DELETE "https://example.com/api/client/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules/0"
Empty
Empty
Empty
Empty