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
The response is of type object
.
Was this page helpful?