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
v3id 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
}