iCalendlyDeveloper Docs
Selected calendars

DELDelete a selected calendar

DELETE/v2/selected-calendars

Query Parameters

integrationRequiredstring
externalIdRequiredstring
credentialIdRequiredstring
delegationCredentialIdstring

Header Parameters

AuthorizationRequiredstring

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

curl -X DELETE "https://example.com/v2/selected-calendars?integration=%3Cstring%3E&externalId=%3Cstring%3E&credentialId=%3Cstring%3E&delegationCredentialId=%3Cstring%3E" \
  -H "Authorization: <string>"

{
  "status": "success",
  "data": {
    "userId": 0,
    "integration": "string",
    "externalId": "string",
    "credentialId": 0
  }
}