接口
认证
使用会话 Cookie 认证,或携带Authorization: Bearer <api-key>。
路径参数
string
required
要吊销的 API 密钥的唯一标识符。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "https://router.example.com/v1/router/keys/key_01hv8" \
-H "Authorization: Bearer <api-key>"
按标识符立即吊销咏唱引擎 ROUTER 中的 API 密钥。该密钥对后续所有请求失效。
curl -X DELETE "https://router.example.com/v1/router/keys/key_01hv8" \
-H "Authorization: Bearer <api-key>"
DELETE /v1/router/keys/{id}
Authorization: Bearer <api-key>。
curl -X DELETE "https://router.example.com/v1/router/keys/key_01hv8" \
-H "Authorization: Bearer <api-key>"
Was this page helpful?