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
The response is of type object
.
Was this page helpful?