DELETE ./holidays/global/{id}
Delete the global holiday. Only the admin can do this action.
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 (global). |
Output example
{"success": true}
