curl --request DELETE \
--url https://api.cal.com/v2/slots/reservations/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success"
}curl --request DELETE \
--url https://api.cal.com/v2/slots/reservations/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Must be set to 2024-09-04. If not set to this value, the endpoint will default to an older version.
The response is of type object.
Was this page helpful?