EasyRouterEasyRouter
使用指南API 文档接入 Agent 工具
管理接口令牌管理

批量删除令牌

🔐 需要登录(User权限)

POST
/api/token/batch

Authorization

BearerAuth & NewApiUser

AuthorizationBearer <token>

System access token. Format: Authorization: Bearer {token} Generate it in "Personal Settings - System Token".

In: header

New-Api-User<token>

Current logged-in user ID. Format: New-Api-User: {user_id}

In: header

Request Body

application/json

ids?array<integer>

Response Body

curl -X POST "https://easyrouter.io/api/token/batch" \  -H "Content-Type: application/json" \  -d '{}'
Empty