Schedules
Delete a schedule
<Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>
delete/v2/schedules/{scheduleId}
Path parameters
scheduleIdnumber required
Headers
Authorizationstring required
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
cal-api-versionstring required
Must be set to 2024-06-11. If not set to this value, the endpoint will default to an older version.
Response
Example response
{
"status": "success"
}Changes
No recorded changes to this endpoint across all 50 revisions of this API.