Skip to main content
POST
Disconnect Cal.com

Authorizations

string
required
Your JWT access token. Pass it as a Bearer token in the Authorization header. Example: Authorization: Bearer <token>.

Body

string
required
The organization ID whose org-level Cal.com account or accounts should be disconnected.
string
Optional Cal.com provider/account ID. When provided, only that one org-level account is disconnected.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
org_id
string
required
provider_id
string

Response

Cal.com disconnected successfully

success
boolean
message
string