Delete holiday
Use cases
Use case data
API parameters with values
Sample API call
Sample request
{
"dependentUpdatesRequired": "false"
}curl --location 'https://holiday-api.sandbox.tuumplatform.com/api/v1/holidays/ID-4506/invalidate' \
--header 'x-channel-code: SYSTEM' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiT2ZmaWNlciBUZXN0IiwiZW1wbG95ZWVJZCI6IklELTEwMDAiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHBpcnlEVGltZSI6IjIwMjQtMTItMjNUMTU6MTI6MTgiLCJleHAiOjE3MzQ5NjY3MzgsInJvbGVzIjpbIkFETUlOIl19.DWfBaqaYai89dx7v9by4Tn0ZPloxrSZZGf7htkd_ytw' \
--header 'Content-Type: application/json' \
--data '{
"dependentUpdatesRequired": "false"
}'Sample response
Result
Last updated
Was this helpful?