API 参考
REST API 端点
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
此页面对您有帮助吗?