Delete holiday
Last updated
Was this helpful?
Last updated
Was this helpful?
In this example, we will review how delete holidays.
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
.
You can only delete holidays with a future date. When a holiday is deleted, the holiday record remains in the system with its status updated to deleted
.
To delete existing holidays, call the following endpoint:
https://holiday-api.sandbox.tuumplatform.com/
The sample request body is as follows:
Below you will find the response to the sample request:
As a result, the holiday ID-4505
was marked as deleted.