iCalendlyDeveloper Docs
Slots

DELDelete a reserved slot

Cancels and permanently deletes a specific temporary time slot reservation.

DELETE/v2/slots/reservations/{uid}

Path Parameters

uidRequiredstring

Header Parameters

ical-api-versionRequiredstring

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

Default: "2024-09-04"
curl -X DELETE "https://example.com/v2/slots/reservations/<string>" \
  -H "ical-api-version: 2024-09-04"

{
  "status": "success"
}