cURL
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_, managed user access token, or OAuth access token
Bearer <token>
<token>
success
error
"success"
Show child attributes
Was this page helpful?