AurionAI Docs

Disconnect Calendar

DELETE
/api/v2/meetings/calendar-connections/{provider}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

provider*Provider
Value in"google" | "microsoft"

Query Parameters

force?Force
Defaultfalse

Response Body

application/json

curl -X DELETE "https://loading/api/v2/meetings/calendar-connections/google"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}