接口
认证
发送从登录获取的会话 Cookie,或携带Authorization: Bearer <api-key>。
响应
退出成功返回200 OK,无响应体。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://router.example.com:8080/v1/router/auth/logout \
-b cookies.txt
(No response body)
POST /v1/router/auth/logout 清除会话 Cookie 并结束当前的咏唱引擎 ROUTER 认证会话。
curl -X POST https://router.example.com:8080/v1/router/auth/logout \
-b cookies.txt
(No response body)
POST /v1/router/auth/logout
Authorization: Bearer <api-key>。
200 OK,无响应体。
curl -X POST https://router.example.com:8080/v1/router/auth/logout \
-b cookies.txt
(No response body)
Was this page helpful?