curl --request DELETE \
--url https://api.cal.com/v2/conferencing/{app}/disconnect \
--header 'Authorization: <authorization>'
{
"status": "success"
}
curl --request DELETE \
--url https://api.cal.com/v2/conferencing/{app}/disconnect \
--header 'Authorization: <authorization>'
{
"status": "success"
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
Conferencing application type
google-meet
, zoom
, msteams
The response is of type object
.