DELETE Holidays/DeleteHolidayForEmployee/{employeeId}/{holidayId}

Deletes a Holiday by its Id and the Id of the it is assigned to.


Parameters

NameDescriptionAdditional information
employeeId
The Id of the Employee it is assigned to.

Define this parameter in the request URI.

holidayId
The Id of the Holiday to delete.

Define this parameter in the request URI.

Response body formats

A bool set to true upon a successful delete.

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body