PeopleForce
GuidesAPI reference
List all holiday policies GETCreate a holiday policy POSTDelete a holiday policy DELETEUpdate a holiday policy PUTList all holidays GETCreate a holiday POST
Holidays

Delete a holiday policy

DELETE
/api/public/v2/holiday_policies/{id}

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api/public/v2/holiday_policies/0"
Empty

Create a holiday policy POST

Previous Page

Update a holiday policy PUT

Next Page