curl --request DELETE \
--url https://api.cal.com/v2/me/ooo/{oooId} \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"userId": 2,
"id": 2,
"uuid": 2,
"start": "2023-05-01T00:00:00.000Z",
"end": "2023-05-10T23:59:59.999Z",
"toUserId": 2,
"notes": "Vacation in Hawaii",
"reason": "vacation"
}
}curl --request DELETE \
--url https://api.cal.com/v2/me/ooo/{oooId} \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"userId": 2,
"id": 2,
"uuid": 2,
"start": "2023-05-01T00:00:00.000Z",
"end": "2023-05-10T23:59:59.999Z",
"toUserId": 2,
"notes": "Vacation in Hawaii",
"reason": "vacation"
}
}value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Was this page helpful?