curl --request DELETE \
--url https://api.cal.com/v2/schedules/{scheduleId} \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success"
}curl --request DELETE \
--url https://api.cal.com/v2/schedules/{scheduleId} \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success"
}value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Must be set to 2024-06-11. If not set to this value, the endpoint will default to an older version.
success, error "success"
Was this page helpful?