DELETE ./holidays/{id}
Delete the holiday from your school.
URL parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| id | string | required | The holiday ID. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| id | 106 | The holiday does not exist (school). |
Output example
{"success": true}
