跳转到主要内容
POST
/
api
/
chats
/
delete
Delete chat from tracking
curl --request POST \
  --url http://localhost:8080/api/chats/delete \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://botmux-mintlify-api-updates-1776816558.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

API key with bmx_ prefix. Obtain via /api/auth/api-keys.

查询参数

bot_id
integer
必填

Bot ID

chat_id
integer
必填

Chat ID to remove

响应

Chat removed

ok
boolean
示例:

true