iCalendlyDeveloper Docs
Schedules

DELDelete a schedule

Permanently deletes a specific availability schedule.

DELETE/v2/schedules/{scheduleId}

Path Parameters

scheduleIdRequirednumber

Header Parameters

AuthorizationRequiredstring

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

ical-api-versionRequiredstring

Must be set to 2024-06-11. If not set to this value, the endpoint will default to an older version.

Default: "2024-06-11"
curl -X DELETE "https://example.com/v2/schedules/0" \
  -H "Authorization: <string>" \
  -H "ical-api-version: 2024-06-11"

{
  "status": "success"
}