Skip to main content
DELETE
/
integrations
/
telegram
/
groups
/
{groupId}
Unregister a Telegram group
curl --request DELETE \
  --url https://app.harmonica.chat/api/v1/integrations/telegram/groups/{groupId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "unauthorized",
    "message": "Invalid or missing API key"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Path Parameters

groupId
string
required

Telegram group chat ID

Response

Group removed