Delete holiday

Use cases

In this example, we will review how delete holidays.

Use case data
API parameters with values

We will delete the holiday ID-4506 that was previously created.

...api/v1/holidays/ID-4506/invalidate

The dependent update is set to true when the 4-eye process is required for holidays. If the 4-eye process is disabled, the dependent update is set to false.

circle-exclamation

Sample API call

To delete existing holidays, call the following endpoint:

https://holiday-api.sandbox.tuumplatform.com/

circle-info

Learn more about the delete holidayarrow-up-right endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

{
  "dependentUpdatesRequired": "false"
}

Sample response

Below you will find the response to the sample request:

chevron-rightResponsehashtag

Result

As a result, the holiday ID-4505 was marked as deleted.

Last updated

Was this helpful?