DELETE ./orar/clasa
Completely or partially delete a class schedule.
To completely delete a class schedule, the endpoint will be called only with clID parameter. The fields ziID, ioID, orarID have a filtering role.
DELETE parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| ziID | int | Required | Class ID. |
| ioID | int | Optional | Time slot ID. |
| orarID | int | Optional | Schedule entry ID. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| clID | 101 | Class doesn't exist. |
| ioID | 102 | Time slot doesn't exist. |
| orarID | 102 | orarID doesn't exist. |
Output example
{"result": true}
