Remove user availability schedule from a calendar
DELETE/calendars/schedules/:id/associations/:calendarId
Removes the association between a team calendar and the given schedule by removing the calendarId from the schedule
Request
Version stringrequired
API Version
Available options
2021-04-15id stringrequired
Unique identifier of the schedule
calendarId stringrequired
Unique identifier of the calendar to remove from the schedule
Calendar successfully removed from schedule
- application/json
- Schema
- Example (auto)
Schema
successboolean
Whether the operation was successful
{
"success": true
}