API 文档
删除会话。
A valid request URL is required to generate request examples
{ "status": 400, "code": "not_chat_app", "message": "Please check if your app mode matches the right API route." }
API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}。强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。
Authorization
Bearer
Authorization: Bearer {API_KEY}
会话 ID。
用户标识符。
会话删除成功。无返回内容。
Was this page helpful?