Skip to main content
DELETE
/
v1
/
leave-entitlements
/
{id}
Delete a leave entitlement
curl --request DELETE \
  --url https://api.plane.com/v1/leave-entitlements/{id} \
  --header 'Authorization: Bearer <token>'

Parameters

id
string
required
The ID of the leave entitlement to end.

Returns

Returns the updated Leave Entitlement object with ends populated so the consumer can see the effective stop date.