cURL
curl --request DELETE \ --url https://api-{region}.sesametime.com/schedule/v1/vacation-calendar/calendar/{calendarId}/adjustment/{adjustmentId} \ --header 'Authorization: Bearer <token>'
Deletes a specific adjustment from a vacation calendar
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
The ID of the vacation calendar
The ID of the adjustment to delete
Adjustment deleted successfully
Suggestions