cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/client/servers/{server}/schedules/{schedule} \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Deletes a schedule and it’s associated tasks.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The schedule ID
No content
The response is of type string[].
string[]