DELETE horizon/v1/administration/localholidays/{id}
Deletes an existing calendar
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.Configuration.LocalHolidayDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"CreatedOn": "2026-06-21T01:14:23.9656436+01:00",
"CreatedBy": 3,
"ModifiedOn": "2026-06-21T01:14:23.9656436+01:00",
"ModifiedBy": 1,
"Id": 4
}