API Reference
REST API endpoints
cURL
curl --request POST \ --url http://localhost:8080/api/chats/delete \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Removes a chat and all its messages from BotMux tracking. Does not affect the actual Telegram chat.
API key with bmx_ prefix. Obtain via /api/auth/api-keys.
bmx_
/api/auth/api-keys
Bot ID
Chat ID to remove
Chat removed
true
Was this page helpful?