v1
latestOpenAPI 3.0.12026-07-245752052.0 MBholidayRuleSettings
Delete holiday rule settings and re-evaluate workers for inheritance
Deletes local holiday rule settings and triggers re-evaluation of workers against inherited rules. Used when switching from local settings to inherited settings.
delete/api/serviceattendance/processes/holidayRuleSettings/{holidayRuleSettingUuid}
Path parameters
holidayRuleSettingUuidstring uuid required
UUID of the holiday rule setting to delete
Response
Successfully deleted holiday rule settings and re-evaluated workers
Example response
{
"data": {
"success": true
},
"meta": {
"timestamp": "2021-05-05T09:47:58.924Z",
"verb": "GET",
"path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
"jti": "%cQN3RIGp",
"rid": "$2d2zkHZ5",
"count": 1,
"status": "200",
"duration": 17,
"size": 1234
}
}