CRMchat APIBeta

Disconnect Telegram account

DELETE
/workspaces/{workspaceId}/telegram-accounts/{accountId}

Disconnects a Telegram account from the workspace.

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

workspaceId*string
accountId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/workspaces/string/telegram-accounts/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty