---
title: "Disconnect Connection"
method: DELETE
path: "/calendar/connections/{connection_id}"
tags: ["calendar"]
---

# Disconnect Connection

`DELETE /calendar/connections/{connection_id}`

Disconnect a calendar account by deleting our row.

Deliberately does NOT call Google's /revoke: revocation is per application,
not per token, so it would also drop the user's Gmail import and their
"Sign in with Google" grant. Account deletion is the only place that revokes.

## Path parameters

- `connection_id` string, required

## Response `200`

Successful Response

- DisconnectResponse
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
