Delete a Schedule¶
Permanently deletes a schedule and all its steps. Execution history is preserved.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
guid | ID of the schedule |
Examples¶
Response¶
Returns 204 No Content on success.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Schedule does not exist |