cURL
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" } }
Remove a Telegram group from the authenticated user’s account.
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.
hm_live_<32 hex chars>
Telegram group chat ID
Group removed