请求头

请求头必填说明
AuthorizationBearer YOUR_ACCESS_TOKEN,账号访问令牌(控制台登录态,非 sk- API Key)

接口:DELETE /api/token/:id 删除指定的 API Key。

路径参数

参数必填类型说明
idinteger要删除的 Token ID,来自 GET /api/token/data.items[].id
curl -X DELETE https://top.qingyuntop.ai/dashboard//api/token/10623 \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Response

{
  "success": true,
  "message": ""
}