Headers
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
curl --request DELETE \
--url https://api.cal.com/v2/selected-calendars \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"userId": 123,
"integration": "<string>",
"externalId": "<string>",
"credentialId": 123
}
}curl --request DELETE \
--url https://api.cal.com/v2/selected-calendars \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"userId": 123,
"integration": "<string>",
"externalId": "<string>",
"credentialId": 123
}
}value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Was this page helpful?