Headers
Must be set to 2024-09-04. If not set to this value, the endpoint will default to an older version.
Path Parameters
Response
200 - application/json
The response is of type object
.
curl --request DELETE \
--url https://api.cal.com/v2/slots/reservations/{uid} \
--header 'cal-api-version: <cal-api-version>'
{
"status": "success"
}
curl --request DELETE \
--url https://api.cal.com/v2/slots/reservations/{uid} \
--header 'cal-api-version: <cal-api-version>'
{
"status": "success"
}
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?