Skip to main content

Delete a holiday

DELETE 

/api/holidays/:id

Required permissions:

  • settings.company: allows to delete resources.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

    The ID of the holiday to delete

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Holiday successfully deleted.

Loading...