---
title: "Disconnect the organization Telegram bot"
method: DELETE
path: "/v1/telegram/connection"
tags: ["Authentication"]
---

# Disconnect the organization Telegram bot

`DELETE /v1/telegram/connection`

Admin-only. Removes the Telegram webhook and permanently deletes the encrypted bot token, secret, pairing, and delivery state.

## Response `200`

Telegram disconnected.

- TelegramDeleteResponse
  - `ok` true, required
  - `webhookDeleted` boolean, required

## Other responses

- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can manage Telegram.
- `404` — Telegram is not connected.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
