curl --request DELETE \
--url https://api.cal.com/v2/organizations/{orgId}/users/{userId}/schedules/{scheduleId}{
"status": "success"
}curl --request DELETE \
--url https://api.cal.com/v2/organizations/{orgId}/users/{userId}/schedules/{scheduleId}{
"status": "success"
}For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
success, error "success"
Was this page helpful?